Uses of Class
com.netscape.cmsutil.ocsp.OCSPRequest
-
Packages that use OCSPRequest Package Description com.netscape.certsrv.ocsp com.netscape.cms.ocsp com.netscape.cmsutil.ocsp -
-
Uses of OCSPRequest in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp with parameters of type OCSPRequest Modifier and Type Method Description OCSPResponseIOCSPService. validate(OCSPRequest r)This method validates the information associated with the specified OCSP request and returns an OCSP response.OCSPResponseIOCSPStore. validate(OCSPRequest req)This method validates the information associated with the specified OCSP request and returns an OCSP response. -
Uses of OCSPRequest in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp with parameters of type OCSPRequest Modifier and Type Method Description OCSPResponseDefStore. validate(OCSPRequest request)Validate an OCSP request.OCSPResponseLDAPStore. validate(OCSPRequest request)Validate an OCSP request. -
Uses of OCSPRequest in com.netscape.cmsutil.ocsp
Methods in com.netscape.cmsutil.ocsp that return OCSPRequest Modifier and Type Method Description OCSPRequestOCSPProcessor. createRequest(byte[] data)Create OCSP request from binary data.OCSPRequestOCSPProcessor. createRequest(java.lang.String caNickname, java.math.BigInteger serialNumber)Create OCSP request from nickname of CA certificate and serial number of certificate to be checked.OCSPRequestOCSPProcessor. createRequest(org.mozilla.jss.netscape.security.x509.X500Name issuerName, org.mozilla.jss.netscape.security.x509.X509Key issuerKey, java.math.BigInteger serialNumber)Create OCSP request from issuer name, issuer public key, and serial number of certificate to be checked.Methods in com.netscape.cmsutil.ocsp with parameters of type OCSPRequest Modifier and Type Method Description OCSPResponseOCSPProcessor. submitRequest(OCSPRequest request)OCSPResponseOCSPProcessor. submitRequest(java.lang.String url, OCSPRequest request)
-