Uses of Class
com.netscape.cmsutil.ocsp.CertID

Packages that use CertID
com.netscape.cmsutil.ocsp   
 

Uses of CertID in com.netscape.cmsutil.ocsp
 

Methods in com.netscape.cmsutil.ocsp that return CertID
 CertID Request.getCertID()
           
 CertID SingleResponse.getCertID()
           
 

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