public class CertificateStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
response
Deprecated.
|
protected short |
statusType
Deprecated.
|
| Constructor and Description |
|---|
CertificateStatus(short statusType,
java.lang.Object response)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
protected short statusType
protected java.lang.Object response
public CertificateStatus(short statusType,
java.lang.Object response)
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.IOExceptionpublic 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.IOExceptionprotected static boolean isCorrectType(short statusType,
java.lang.Object response)