public class CertificateStatusRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
request |
protected short |
statusType |
| Constructor and Description |
|---|
CertificateStatusRequest(short statusType,
java.lang.Object request) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream output)
Encode this
CertificateStatusRequest to an OutputStream. |
OCSPStatusRequest |
getOCSPStatusRequest() |
java.lang.Object |
getRequest() |
short |
getStatusType() |
protected static boolean |
isCorrectType(short statusType,
java.lang.Object request) |
static CertificateStatusRequest |
parse(java.io.InputStream input)
Parse a
CertificateStatusRequest from an InputStream. |
public CertificateStatusRequest(short statusType,
java.lang.Object request)
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.IOExceptionpublic 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.IOExceptionprotected static boolean isCorrectType(short statusType,
java.lang.Object request)