public class OCSPStatusRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Extensions |
requestExtensions |
protected Vector |
responderIDList |
| Constructor and Description |
|---|
OCSPStatusRequest(Vector responderIDList,
Extensions requestExtensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(OutputStream output)
Encode this
OCSPStatusRequest to an OutputStream. |
Extensions |
getRequestExtensions() |
Vector |
getResponderIDList() |
static OCSPStatusRequest |
parse(InputStream input)
Parse an
OCSPStatusRequest from an InputStream. |
protected Vector responderIDList
protected Extensions requestExtensions
public OCSPStatusRequest(Vector responderIDList, Extensions requestExtensions)
responderIDList - a Vector of ResponderID, specifying the list of trusted OCSP
responders. An empty list has the special meaning that the responders are
implicitly known to the server - e.g., by prior arrangement.requestExtensions - OCSP request extensions. A null value means that there are no extensions.public Vector getResponderIDList()
Vector of ResponderIDpublic Extensions getRequestExtensions()
public void encode(OutputStream output) throws IOException
OCSPStatusRequest to an OutputStream.output - the OutputStream to encode to.IOExceptionpublic static OCSPStatusRequest parse(InputStream input) throws IOException
OCSPStatusRequest from an InputStream.input - the InputStream to parse from.OCSPStatusRequest object.IOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.