public class OCSPRequest extends ASN1Object
| Constructor and Description |
|---|
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.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic OCSPRequest(TBSRequest tbsRequest, Signature optionalSignature)
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()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object