public interface IOCSPStore extends ISubsystem
| Modifier and Type | Method and Description |
|---|---|
NameValuePairs |
getConfigParameters()
This method retrieves the configuration parameters associated with this
OCSP store.
|
void |
setConfigParameters(NameValuePairs pairs)
This method stores the configuration parameters specified by the
passed-in Name Value pairs object.
|
OCSPResponse |
validate(OCSPRequest req)
This method validates the information associated with the specified
OCSP request and returns an OCSP response.
|
getConfigStore, getId, init, setId, shutdown, startupOCSPResponse validate(OCSPRequest req) throws EBaseException
req - an OCSP requestEBaseException - an error associated with the inability to
process the supplied OCSP requestNameValuePairs getConfigParameters()
void setConfigParameters(NameValuePairs pairs) throws EBaseException
pairs - a name-value pair objectEBaseException - an illegal name-value pair