public class CertificateStatusRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
request
Deprecated.
|
protected short |
statusType
Deprecated.
|
Constructor and Description |
---|
CertificateStatusRequest(short statusType,
java.lang.Object request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 . |
protected short statusType
protected java.lang.Object request
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.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)