Class X509CertificateStructure

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

public class X509CertificateStructure extends ASN1Object implements X509ObjectIdentifiers, PKCSObjectIdentifiers
Deprecated.
use org.bouncycastle.asn1.x509.Certificate
an X509Certificate structure.
  Certificate ::= SEQUENCE {
      tbsCertificate          TBSCertificate,
      signatureAlgorithm      AlgorithmIdentifier,
      signature               BIT STRING
  }
 
  • Constructor Details

    • X509CertificateStructure

      public X509CertificateStructure(ASN1Sequence seq)
      Deprecated.
  • Method Details