Certificate Key Extractor


CertoKey.java is a simple Java application which reads an X.509 v3 certificate file, displays the basic certificate contents using Certificate.toString(), reads the certificate PublicKey and signer's (issuer's) Signature and writes:

    java CertoKey  somecertificate.cer

Java X509Certificate Class

See also: Anatomy of an X.509 v3 Certificate