Class OCSPRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ocsp.OCSPRequest
All Implemented Interfaces:
ASN1Encodable, Encodable

public class OCSPRequest extends ASN1Object
  • Constructor Details

  • Method Details

    • getInstance

      public static OCSPRequest getInstance(ASN1TaggedObject obj, boolean explicit)
    • getInstance

      public static OCSPRequest getInstance(Object obj)
    • getTbsRequest

      public TBSRequest getTbsRequest()
    • getOptionalSignature

      public Signature getOptionalSignature()
    • toASN1Primitive

      public ASN1Primitive toASN1Primitive()
      Produce an object suitable for an ASN1OutputStream.
       OCSPRequest     ::=     SEQUENCE {
           tbsRequest                  TBSRequest,
           optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
       
      Specified by:
      toASN1Primitive in interface ASN1Encodable
      Specified by:
      toASN1Primitive in class ASN1Object
      Returns:
      a primitive representation of this object.