|
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.CertificateStatus
Field Summary | |
protected java.lang.Object |
response
Deprecated. |
protected short |
statusType
Deprecated. |
Constructor Summary | |
CertificateStatus(short statusType,
java.lang.Object response)
Deprecated. |
Method Summary | |
void |
encode(java.io.OutputStream output)
Deprecated. Encode this CertificateStatus to an OutputStream . |
OCSPResponse |
getOCSPResponse()
Deprecated. |
java.lang.Object |
getResponse()
Deprecated. |
short |
getStatusType()
Deprecated. |
protected static boolean |
isCorrectType(short statusType,
java.lang.Object response)
Deprecated. |
static CertificateStatus |
parse(java.io.InputStream input)
Deprecated. Parse a CertificateStatus 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 response
Constructor Detail |
public CertificateStatus(short statusType, java.lang.Object response)
Method Detail |
public short getStatusType()
public java.lang.Object getResponse()
public OCSPResponse getOCSPResponse()
public void encode(java.io.OutputStream output) throws java.io.IOException
CertificateStatus
to an OutputStream
.output
- the OutputStream
to encode to.java.io.IOException
- public static CertificateStatus parse(java.io.InputStream input) throws java.io.IOException
CertificateStatus
from an InputStream
.input
- the InputStream
to parse from.CertificateStatus
object.java.io.IOException
- protected static boolean isCorrectType(short statusType, java.lang.Object response)
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |