Class V2Form

    • Method Detail

      • getInstance

        public static V2Form getInstance​(java.lang.Object obj)
      • getBaseCertificateID

        public IssuerSerial getBaseCertificateID()
      • toASN1Object

        public DERObject toASN1Object()
        Produce an object suitable for an ASN1OutputStream.
          V2Form ::= SEQUENCE {
               issuerName            GeneralNames  OPTIONAL,
               baseCertificateID     [0] IssuerSerial  OPTIONAL,
               objectDigestInfo      [1] ObjectDigestInfo  OPTIONAL
                 -- issuerName MUST be present in this profile
                 -- baseCertificateID and objectDigestInfo MUST NOT
                 -- be present in this profile
          }
         
        Specified by:
        toASN1Object in class ASN1Encodable