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 ResponderID
public Extensions getRequestExtensions()
public void encode(OutputStream output) throws IOException
OCSPStatusRequest
to an OutputStream
.output
- the OutputStream
to encode to.IOException
public static OCSPStatusRequest parse(InputStream input) throws IOException
OCSPStatusRequest
from an InputStream
.input
- the InputStream
to parse from.OCSPStatusRequest
object.IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.