public class OCSPProtocolHandlerFactory
extends java.lang.Object
| Constructor and Description |
|---|
OCSPProtocolHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static OCSPProtocolHandler |
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 |
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
|
public static OCSPProtocolHandler getOCSPProtocolHandler(java.net.URL aiaLocation) throws UnknownURLProtocolException
aiaLocation - The AccessLocation as a URL, can be null.UnknownURLProtocolException - Thrown if the desired OCSPProtocolHandler cannot be foundjava.lang.IllegalArgumentException - if OCSPConfiguration is null.public static OCSPProtocolHandler getOCSPProtocolHandler(java.net.URL aiaLocation, OCSPConfiguration configuration) throws UnknownURLProtocolException
aiaLocation - The AccessLocation as a URL, can be null.UnknownURLProtocolException - Thrown if the desired OCSPProtocolHandler cannot be foundjava.lang.IllegalArgumentException - if OCSPConfiguration is null.