Package org.bouncycastle.asn1.ocsp
Class TBSRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ocsp.TBSRequest
- All Implemented Interfaces:
ASN1Encodable,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionTBSRequest(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions) -
Method Summary
Modifier and TypeMethodDescriptionstatic TBSRequestgetInstance(Object obj) static TBSRequestgetInstance(ASN1TaggedObject obj, boolean explicit) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
TBSRequest
public TBSRequest(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions)
-
-
Method Details
-
getInstance
-
getInstance
-
getVersion
-
getRequestorName
-
getRequestList
-
getRequestExtensions
-
toASN1Primitive
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:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-