|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.CertificateStatusRequest
Field Summary | |
protected java.lang.Object |
request
Deprecated. |
protected short |
statusType
Deprecated. |
Constructor Summary | |
CertificateStatusRequest(short statusType,
java.lang.Object request)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this CertificateStatusRequest to an OutputStream . |
OCSPStatusRequest |
getOCSPStatusRequest()
Deprecated. |
java.lang.Object |
getRequest()
Deprecated. |
short |
getStatusType()
Deprecated. |
protected static boolean |
isCorrectType(short statusType,
java.lang.Object request)
Deprecated. |
static CertificateStatusRequest |
parse(java.io.InputStream input)
Deprecated. Parse a CertificateStatusRequest from an InputStream . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected short statusType
protected java.lang.Object request
Constructor Detail |
public CertificateStatusRequest(short statusType, java.lang.Object request)
Method Detail |
public short getStatusType()
public java.lang.Object getRequest()
public OCSPStatusRequest getOCSPStatusRequest()
public void encode(java.io.OutputStream output) throws java.io.IOException
CertificateStatusRequest
to an OutputStream
.output
- the OutputStream
to encode to.java.io.IOException
- public static CertificateStatusRequest parse(java.io.InputStream input) throws java.io.IOException
CertificateStatusRequest
from an InputStream
.input
- the InputStream
to parse from.CertificateStatusRequest
object.java.io.IOException
- protected static boolean isCorrectType(short statusType, java.lang.Object request)
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |