Package | Description |
---|---|
com.netscape.certsrv.ocsp | |
com.netscape.cms.ocsp | |
com.netscape.cmsutil.ocsp |
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 |
OCSPProcessor.createRequest(byte[] data)
Create OCSP request from binary data.
|
OCSPRequest |
OCSPProcessor.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.
|
OCSPRequest |
OCSPProcessor.createRequest(netscape.security.x509.X500Name issuerName,
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.
|
Modifier and Type | Method and Description |
---|---|
OCSPResponse |
OCSPProcessor.submitRequest(java.lang.String url,
OCSPRequest request) |