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:
 class RevokedInfo
          RFC 2560:
 class UnknownInfo
          RFC 2560:
 

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)