Class SubjectPublicKeyInfo

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

public class SubjectPublicKeyInfo extends ASN1Encodable
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.