org.bouncycastle.asn1.ocsp
Class Request
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.ocsp.Request
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class Request
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Request
public Request(CertID reqCert,
Extensions singleRequestExtensions)
getInstance
public static Request getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static Request getInstance(java.lang.Object obj)
getReqCert
public CertID getReqCert()
getSingleRequestExtensions
public Extensions getSingleRequestExtensions()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Produce an object suitable for an ASN1OutputStream.
Request ::= SEQUENCE {
reqCert CertID,
singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL }
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.