Uses of Interface
com.netscape.cmsutil.ocsp.CertStatus
-
Packages that use CertStatus Package Description com.netscape.cmsutil.ocsp -
-
Uses of CertStatus in com.netscape.cmsutil.ocsp
Classes in com.netscape.cmsutil.ocsp that implement CertStatus Modifier and Type Class Description class
GoodInfo
RFC 2560:class
RevokedInfo
RFC 2560:class
UnknownInfo
RFC 2560:Methods in com.netscape.cmsutil.ocsp that return CertStatus Modifier and Type Method Description CertStatus
SingleResponse. getCertStatus()
Constructors in com.netscape.cmsutil.ocsp with parameters of type CertStatus Constructor Description SingleResponse(CertID cid, CertStatus s, org.mozilla.jss.asn1.GeneralizedTime thisUpdate, org.mozilla.jss.asn1.GeneralizedTime nextUpdate)
-