public class org.bouncycastle.asn1.ocsp.OCSPRequest extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.ocsp.OCSPRequest
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  org.bouncycastle.asn1.ocsp.TBSRequest tbsRequest;
    descriptor: Lorg/bouncycastle/asn1/ocsp/TBSRequest;
    flags: (0x0000) 

  org.bouncycastle.asn1.ocsp.Signature optionalSignature;
    descriptor: Lorg/bouncycastle/asn1/ocsp/Signature;
    flags: (0x0000) 

  public void <init>(org.bouncycastle.asn1.ocsp.TBSRequest, org.bouncycastle.asn1.ocsp.Signature);
    descriptor: (Lorg/bouncycastle/asn1/ocsp/TBSRequest;Lorg/bouncycastle/asn1/ocsp/Signature;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
        start local 1 // org.bouncycastle.asn1.ocsp.TBSRequest tbsRequest
        start local 2 // org.bouncycastle.asn1.ocsp.Signature optionalSignature
         0: .line 17
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* tbsRequest */
            putfield org.bouncycastle.asn1.ocsp.OCSPRequest.tbsRequest:Lorg/bouncycastle/asn1/ocsp/TBSRequest;
         2: .line 22
            aload 0 /* this */
            aload 2 /* optionalSignature */
            putfield org.bouncycastle.asn1.ocsp.OCSPRequest.optionalSignature:Lorg/bouncycastle/asn1/ocsp/Signature;
         3: .line 23
            return
        end local 2 // org.bouncycastle.asn1.ocsp.Signature optionalSignature
        end local 1 // org.bouncycastle.asn1.ocsp.TBSRequest tbsRequest
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
            0    4     1         tbsRequest  Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            0    4     2  optionalSignature  Lorg/bouncycastle/asn1/ocsp/Signature;
    MethodParameters:
                   Name  Flags
      tbsRequest         
      optionalSignature  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 25
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.ocsp.TBSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            putfield org.bouncycastle.asn1.ocsp.OCSPRequest.tbsRequest:Lorg/bouncycastle/asn1/ocsp/TBSRequest;
         2: .line 30
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmpne 6
         3: .line 32
            aload 0 /* this */
         4: .line 33
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
         5: .line 32
            invokestatic org.bouncycastle.asn1.ocsp.Signature.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ocsp/Signature;
            putfield org.bouncycastle.asn1.ocsp.OCSPRequest.optionalSignature:Lorg/bouncycastle/asn1/ocsp/Signature;
         6: .line 35
      StackMap locals: org.bouncycastle.asn1.ocsp.OCSPRequest org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
            0    7     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.ocsp.OCSPRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
        start local 1 // boolean explicit
         0: .line 41
            aload 0 /* obj */
            iload 1 /* explicit */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.ocsp.OCSPRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
            areturn
        end local 1 // boolean explicit
        end local 0 // org.bouncycastle.asn1.ASN1TaggedObject obj
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0       obj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
            0    1     1  explicit  Z
    MethodParameters:
          Name  Flags
      obj       
      explicit  

  public static org.bouncycastle.asn1.ocsp.OCSPRequest getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 47
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ocsp.OCSPRequest
            ifeq 2
         1: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ocsp.OCSPRequest
            areturn
         2: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 53
            new org.bouncycastle.asn1.ocsp.OCSPRequest
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.ocsp.OCSPRequest.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown object in factory: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public org.bouncycastle.asn1.ocsp.TBSRequest getTbsRequest();
    descriptor: ()Lorg/bouncycastle/asn1/ocsp/TBSRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
         0: .line 61
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.OCSPRequest.tbsRequest:Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            areturn
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/ocsp/OCSPRequest;

  public org.bouncycastle.asn1.ocsp.Signature getOptionalSignature();
    descriptor: ()Lorg/bouncycastle/asn1/ocsp/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
         0: .line 66
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.OCSPRequest.optionalSignature:Lorg/bouncycastle/asn1/ocsp/Signature;
            areturn
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/ocsp/OCSPRequest;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
         0: .line 79
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 81
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.OCSPRequest.tbsRequest:Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 83
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.OCSPRequest.optionalSignature:Lorg/bouncycastle/asn1/ocsp/Signature;
            ifnull 4
         3: .line 85
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.OCSPRequest.optionalSignature:Lorg/bouncycastle/asn1/ocsp/Signature;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 88
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.ocsp.OCSPRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/ocsp/OCSPRequest;
            1    5     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "OCSPRequest.java"