Class CertStatus

    • Constructor Detail

      • CertStatus

        public CertStatus()
        create a CertStatus object with a tag of zero.
      • CertStatus

        public CertStatus​(int tagNo,
                          ASN1Encodable value)
    • Method Detail

      • getInstance

        public static CertStatus getInstance​(java.lang.Object obj)
      • getTagNo

        public int getTagNo()
      • toASN1Primitive

        public ASN1Primitive toASN1Primitive()
        Produce an object suitable for an ASN1OutputStream. CertStatus ::= CHOICE { good [0] IMPLICIT NULL, revoked [1] IMPLICIT RevokedInfo, unknown [2] IMPLICIT UnknownInfo }
        Specified by:
        toASN1Primitive in interface ASN1Encodable
        Specified by:
        toASN1Primitive in class ASN1Object
        Returns:
        a primitive representation of this object.