| Package | Description |
|---|---|
| com.entrust.toolkit.x509.revocation.ocsp.net |
Contains classes that provide network related functionality required by OCSP (protocol handlers).
|
| 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
|