com.netscape.cmsutil.ocsp
Interface CertStatus
- All Superinterfaces:
- org.mozilla.jss.asn1.ASN1Value
- All Known Implementing Classes:
- GoodInfo, RevokedInfo, UnknownInfo
public interface CertStatus
- extends org.mozilla.jss.asn1.ASN1Value
RFC 2560:
CertStatus ::= CHOICE {
good [0] IMPLICIT NULL,
revoked [1] IMPLICIT RevokedInfo,
unknown [2] IMPLICIT UnknownInfo }
$Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value |
encode, encode, getTag |