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 }
 

Version:
$Revision: 1213 $ $Date: 2010-08-18 11:44:45 -0700 (Wed, 18 Aug 2010) $

Method Summary
 
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value
encode, encode, getTag