Class Certificate

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.Certificate
All Implemented Interfaces:
ASN1Encodable, Encodable

public class Certificate extends ASN1Object
an X509Certificate structure.
 Certificate ::= SEQUENCE {
     tbsCertificate          TBSCertificate,
     signatureAlgorithm      AlgorithmIdentifier,
     signature               BIT STRING
 }