public class CertificateStatusRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
request |
protected short |
statusType |
| Constructor and Description |
|---|
CertificateStatusRequest(short statusType,
Object request) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(OutputStream output)
Encode this
CertificateStatusRequest to an OutputStream. |
OCSPStatusRequest |
getOCSPStatusRequest() |
Object |
getRequest() |
short |
getStatusType() |
protected static boolean |
isCorrectType(short statusType,
Object request) |
static CertificateStatusRequest |
parse(InputStream input)
Parse a
CertificateStatusRequest from an InputStream. |
protected short statusType
protected Object request
public CertificateStatusRequest(short statusType,
Object request)
public short getStatusType()
public Object getRequest()
public OCSPStatusRequest getOCSPStatusRequest()
public void encode(OutputStream output) throws IOException
CertificateStatusRequest to an OutputStream.output - the OutputStream to encode to.IOExceptionpublic static CertificateStatusRequest parse(InputStream input) throws IOException
CertificateStatusRequest from an InputStream.input - the InputStream to parse from.CertificateStatusRequest object.IOExceptionprotected static boolean isCorrectType(short statusType,
Object request)
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.