Package | Description |
---|---|
com.netscape.certsrv.ocsp | |
com.netscape.cms.ocsp | |
com.netscape.cmstools |
Modifier and Type | Method and Description |
---|---|
OCSPResponse |
IOCSPStore.validate(OCSPRequest req)
This method validates the information associated with the specified
OCSP request and returns an OCSP response.
|
OCSPResponse |
IOCSPService.validate(OCSPRequest r)
This method validates the information associated with the specified
OCSP request and returns an OCSP response.
|
Modifier and Type | Method and Description |
---|---|
OCSPResponse |
LDAPStore.validate(OCSPRequest request)
Validate an OCSP request.
|
OCSPResponse |
DefStore.validate(OCSPRequest request)
Validate an OCSP request.
|
Modifier and Type | Method and Description |
---|---|
OCSPRequest |
OCSPClient.getOCSPRequest(org.mozilla.jss.crypto.X509Certificate caCert,
int serialno) |