Uses of Interface
com.netscape.cmsutil.ocsp.CertStatus

Packages that use CertStatus
com.netscape.cmsutil.ocsp   
 

Uses of CertStatus in com.netscape.cmsutil.ocsp
 

Classes in com.netscape.cmsutil.ocsp that implement CertStatus
 class GoodInfo
          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) $
 class RevokedInfo
          RFC 2560: RevokedInfo ::= SEQUENCE { revocationTime GeneralizedTime, revocationReason [0] EXPLICIT CRLReason OPTIONAL } $Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $
 class UnknownInfo
          RFC 2560: UnknownInfo ::= NULL -- this can be replaced with an enumeration $Revision: 14564 $ $Date: 2007-05-01 10:40:13 -0700 (Tue, 01 May 2007) $
 

Methods in com.netscape.cmsutil.ocsp that return CertStatus
 CertStatus SingleResponse.getCertStatus()
           
 

Constructors in com.netscape.cmsutil.ocsp with parameters of type CertStatus
SingleResponse(CertID cid, CertStatus s, org.mozilla.jss.asn1.GeneralizedTime thisUpdate, org.mozilla.jss.asn1.GeneralizedTime nextUpdate)