Class CertStatus

    • Constructor Detail

      • CertStatus

        public CertStatus​(byte[] certHash,
                          java.math.BigInteger certReqId)
      • CertStatus

        public CertStatus​(byte[] certHash,
                          java.math.BigInteger certReqId,
                          PKIStatusInfo statusInfo)
    • Method Detail

      • getInstance

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

        public ASN1Primitive toASN1Primitive()
         CertStatus ::= SEQUENCE {
                           certHash    OCTET STRING,
                           -- the hash of the certificate, using the same hash algorithm
                           -- as is used to create and verify the certificate signature
                           certReqId   INTEGER,
                           -- to match this confirmation with the corresponding req/rep
                           statusInfo  PKIStatusInfo OPTIONAL
         }
         
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a basic ASN.1 object representation.