public class OCSPRequest extends ASN1Object
Modifier and Type | Field and Description |
---|---|
(package private) Signature |
optionalSignature |
(package private) TBSRequest |
tbsRequest |
Modifier | Constructor and Description |
---|---|
private |
OCSPRequest(ASN1Sequence seq) |
|
OCSPRequest(TBSRequest tbsRequest,
Signature optionalSignature) |
Modifier and Type | Method and Description |
---|---|
static OCSPRequest |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static OCSPRequest |
getInstance(java.lang.Object obj) |
Signature |
getOptionalSignature() |
TBSRequest |
getTbsRequest() |
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
TBSRequest tbsRequest
Signature optionalSignature
public OCSPRequest(TBSRequest tbsRequest, Signature optionalSignature)
private OCSPRequest(ASN1Sequence seq)
public static OCSPRequest getInstance(ASN1TaggedObject obj, boolean explicit)
public static OCSPRequest getInstance(java.lang.Object obj)
public TBSRequest getTbsRequest()
public Signature getOptionalSignature()
public ASN1Primitive toASN1Primitive()
OCSPRequest ::= SEQUENCE { tbsRequest TBSRequest, optionalSignature [0] EXPLICIT Signature OPTIONAL }
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object