|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.OCSPStatusRequest
RFC 3546 3.6
Field Summary | |
protected Extensions |
requestExtensions
Deprecated. |
protected java.util.Vector |
responderIDList
Deprecated. |
Constructor Summary | |
OCSPStatusRequest(java.util.Vector responderIDList,
Extensions requestExtensions)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this OCSPStatusRequest to an OutputStream . |
Extensions |
getRequestExtensions()
Deprecated. |
java.util.Vector |
getResponderIDList()
Deprecated. |
static OCSPStatusRequest |
parse(java.io.InputStream input)
Deprecated. Parse an OCSPStatusRequest from an InputStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector responderIDList
protected Extensions requestExtensions
Constructor Detail |
public OCSPStatusRequest(java.util.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.Method Detail |
public java.util.Vector getResponderIDList()
Vector
of ResponderID
public Extensions getRequestExtensions()
public void encode(java.io.OutputStream output) throws java.io.IOException
OCSPStatusRequest
to an OutputStream
.
output
- the OutputStream
to encode to.
java.io.IOException
public static OCSPStatusRequest parse(java.io.InputStream input) throws java.io.IOException
OCSPStatusRequest
from an InputStream
.
input
- the InputStream
to parse from.
OCSPStatusRequest
object.
java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |