Class X509CertificateStructure

java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.X509CertificateStructure
All Implemented Interfaces:
DEREncodable, PKCSObjectIdentifiers, X509ObjectIdentifiers

public class X509CertificateStructure extends ASN1Encodable implements X509ObjectIdentifiers, PKCSObjectIdentifiers
an X509Certificate structure.
 Certificate ::= SEQUENCE {
     tbsCertificate          TBSCertificate,
     signatureAlgorithm      AlgorithmIdentifier,
     signature               BIT STRING
 }