Class CertResponse

    • Method Detail

      • getInstance

        public static CertResponse getInstance​(java.lang.Object o)
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
         CertResponse ::= SEQUENCE {
                                    certReqId           INTEGER,
                                    -- to match this response with corresponding request (a value
                                    -- of -1 is to be used if certReqId is not specified in the
                                    -- corresponding request)
                                    status              PKIStatusInfo,
                                    certifiedKeyPair    CertifiedKeyPair    OPTIONAL,
                                    rspInfo             OCTET STRING        OPTIONAL
                                    -- analogous to the id-regInfo-utf8Pairs string defined
                                    -- for regInfo in CertReqMsg [CRMF]
                     }
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a basic ASN.1 object representation.