Uses of Class
com.netscape.cmsutil.ocsp.OCSPRequest
Packages that use OCSPRequest
-
Uses of OCSPRequest in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp with parameters of type OCSPRequestModifier and TypeMethodDescriptionIOCSPService.validate
(OCSPRequest r) This method validates the information associated with the specified OCSP request and returns an OCSP response. -
Uses of OCSPRequest in com.netscape.cmsutil.ocsp
Methods in com.netscape.cmsutil.ocsp that return OCSPRequestModifier and TypeMethodDescriptionOCSPProcessor.createRequest
(byte[] data) Create OCSP request from binary data.OCSPProcessor.createRequest
(String caNickname, BigInteger serialNumber) Create OCSP request from nickname of CA certificate and serial number of certificate to be checked.OCSPProcessor.createRequest
(org.mozilla.jss.netscape.security.x509.X500Name issuerName, org.mozilla.jss.netscape.security.x509.X509Key issuerKey, 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 OCSPRequestModifier and TypeMethodDescriptionOCSPProcessor.submitRequest
(OCSPRequest request) OCSPProcessor.submitRequest
(String url, OCSPRequest request)