org.bouncycastle.asn1.ocsp
Class TBSRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ocsp.TBSRequest
- All Implemented Interfaces:
- DEREncodable
public class TBSRequest
- extends ASN1Encodable
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TBSRequest
public TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
X509Extensions requestExtensions)
TBSRequest
public TBSRequest(ASN1Sequence seq)
getInstance
public static TBSRequest getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static TBSRequest getInstance(java.lang.Object obj)
getVersion
public DERInteger getVersion()
getRequestorName
public GeneralName getRequestorName()
getRequestList
public ASN1Sequence getRequestList()
getRequestExtensions
public X509Extensions getRequestExtensions()
toASN1Object
public DERObject toASN1Object()
- Produce an object suitable for an ASN1OutputStream.
TBSRequest ::= SEQUENCE {
version [0] EXPLICIT Version DEFAULT v1,
requestorName [1] EXPLICIT GeneralName OPTIONAL,
requestList SEQUENCE OF Request,
requestExtensions [2] EXPLICIT Extensions OPTIONAL }
- Specified by:
toASN1Object
in class ASN1Encodable