Class X509CertificateStructure

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers , io.anyline.nfc.bouncycastle.asn1.x509.X509ObjectIdentifiers , io.anyline.nfc.bouncycastle.util.Encodable

    
    public class X509CertificateStructure
    extends ASN1Object implements X509ObjectIdentifiers, PKCSObjectIdentifiers
                        

    an X509Certificate structure.

     Certificate ::= SEQUENCE {
         tbsCertificate          TBSCertificate,
         signatureAlgorithm      AlgorithmIdentifier,
         signature               BIT STRING
     }