Class SubjectPublicKeyInfo

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
All Implemented Interfaces:
ASN1Encodable

public class SubjectPublicKeyInfo
extends ASN1Object
The object that contains the public key stored in a certficate.

The getEncoded() method in the public keys in the JCE produces a DER encoded one of these.