| Package | Description |
|---|---|
| com.entrust.toolkit.x509.revocation.ocsp.net |
Contains classes that provide network related functionality required by OCSP (protocol handlers).
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPOCSPProtocolHandler
A simple wrapper class allowing to post an OCSP request to an OCSP server over
HTTP.
|
class |
HTTPSOCSPProtocolHandler
HTTPSOCSPProtocolHandler is a protocol handler that allows the Online
Certificate Status Protocol (OCSP) revocation checking to be sent
over an HTTPS connection.
|
| Modifier and Type | Method and Description |
|---|---|
static OCSPProtocolHandler |
OCSPProtocolHandlerFactory.getOCSPProtocolHandler(java.net.URL aiaLocation)
This static method is used to retrieve the OCSPProtocolHandler based on the
protocol type specified in the given URL
|
static OCSPProtocolHandler |
OCSPProtocolHandlerFactory.getOCSPProtocolHandler(java.net.URL aiaLocation,
OCSPConfiguration configuration)
This static method is used to retrieve the OCSPProtocolHandler based on the
protocol type specified in the given URL
|