Class DeltaCertificateDescriptor

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class DeltaCertificateDescriptor
    extends ASN1Object
         DeltaCertificateDescriptor ::= SEQUENCE {
          serialNumber          CertificateSerialNumber,
          signature             [0] IMPLICIT AlgorithmIdentifier
               {SIGNATURE_ALGORITHM, {...}} OPTIONAL,
          issuer                [1] IMPLICIT Name OPTIONAL,
          validity              [2] IMPLICIT Validity OPTIONAL,
          subject               [3] IMPLICIT Name OPTIONAL,
          subjectPublicKeyInfo  SubjectPublicKeyInfo,
          extensions            [4] IMPLICIT Extensions{CertExtensions}
               OPTIONAL,
          signatureValue        BIT STRING
        }