org.bouncycastle.asn1.ocsp
Class OCSPRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ocsp.OCSPRequest
- All Implemented Interfaces:
- DEREncodable
- public class OCSPRequest
- extends ASN1Encodable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OCSPRequest
public OCSPRequest(TBSRequest tbsRequest,
Signature optionalSignature)
OCSPRequest
public OCSPRequest(ASN1Sequence seq)
getInstance
public static OCSPRequest getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static OCSPRequest getInstance(java.lang.Object obj)
getTbsRequest
public TBSRequest getTbsRequest()
getOptionalSignature
public Signature getOptionalSignature()
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
OCSPRequest ::= SEQUENCE {
tbsRequest TBSRequest,
optionalSignature [0] EXPLICIT Signature OPTIONAL }
- Specified by:
toASN1Object
in class ASN1Encodable