public class HttpOcspRequestor extends AbstractOcspRequestor
| Constructor and Description |
|---|
HttpOcspRequestor() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
send(byte[] request,
URL responderUrl,
RequestOptions requestOptions)
Sends the request to the OCSP responder.
|
ask, ask, ask, ask, getSecurityFactory, getSignerCertFile, getSignerConf, getSignerType, setSecurityFactory, setSignerCertFile, setSignerConf, setSignerTypeprotected byte[] send(byte[] request,
URL responderUrl,
RequestOptions requestOptions)
throws IOException
AbstractOcspRequestorsend in class AbstractOcspRequestorrequest - Request. Must not be null.responderUrl - Responder URL. Must not be null.requestOptions - Request options. Must not be null.IOException - if the transmission failed.Copyright © 2018. All rights reserved.