Class Certificate

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

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