public class org.bouncycastle.asn1.ocsp.TBSRequest extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.ocsp.TBSRequest
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private static final org.bouncycastle.asn1.DERInteger V1;
    descriptor: Lorg/bouncycastle/asn1/DERInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  org.bouncycastle.asn1.DERInteger version;
    descriptor: Lorg/bouncycastle/asn1/DERInteger;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.GeneralName requestorName;
    descriptor: Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0000) 

  org.bouncycastle.asn1.ASN1Sequence requestList;
    descriptor: Lorg/bouncycastle/asn1/ASN1Sequence;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.X509Extensions requestExtensions;
    descriptor: Lorg/bouncycastle/asn1/x509/X509Extensions;
    flags: (0x0000) 

  boolean versionSet;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 17
            new org.bouncycastle.asn1.DERInteger
            dup
            iconst_0
            invokespecial org.bouncycastle.asn1.DERInteger.<init>:(I)V
            putstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.bouncycastle.asn1.x509.GeneralName, org.bouncycastle.asn1.ASN1Sequence, org.bouncycastle.asn1.x509.X509Extensions);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralName;Lorg/bouncycastle/asn1/ASN1Sequence;Lorg/bouncycastle/asn1/x509/X509Extensions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
        start local 1 // org.bouncycastle.asn1.x509.GeneralName requestorName
        start local 2 // org.bouncycastle.asn1.ASN1Sequence requestList
        start local 3 // org.bouncycastle.asn1.x509.X509Extensions requestExtensions
         0: .line 26
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 31
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
         2: .line 32
            aload 0 /* this */
            aload 1 /* requestorName */
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 33
            aload 0 /* this */
            aload 2 /* requestList */
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
         4: .line 34
            aload 0 /* this */
            aload 3 /* requestExtensions */
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
         5: .line 35
            return
        end local 3 // org.bouncycastle.asn1.x509.X509Extensions requestExtensions
        end local 2 // org.bouncycastle.asn1.ASN1Sequence requestList
        end local 1 // org.bouncycastle.asn1.x509.GeneralName requestorName
        end local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            0    6     1      requestorName  Lorg/bouncycastle/asn1/x509/GeneralName;
            0    6     2        requestList  Lorg/bouncycastle/asn1/ASN1Sequence;
            0    6     3  requestExtensions  Lorg/bouncycastle/asn1/x509/X509Extensions;
    MethodParameters:
                   Name  Flags
      requestorName      
      requestList        
      requestExtensions  

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 37
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 40
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 42
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 11
         3: .line 44
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            astore 3 /* o */
        start local 3 // org.bouncycastle.asn1.ASN1TaggedObject o
         4: .line 46
            aload 3 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            ifne 9
         5: .line 48
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.versionSet:Z
         6: .line 49
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
            invokestatic org.bouncycastle.asn1.DERInteger.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/DERInteger;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
         7: .line 50
            iinc 2 /* index */ 1
         8: .line 51
            goto 12
         9: .line 54
      StackMap locals: org.bouncycastle.asn1.ocsp.TBSRequest org.bouncycastle.asn1.ASN1Sequence int org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
        end local 3 // org.bouncycastle.asn1.ASN1TaggedObject o
        10: .line 56
            goto 12
        11: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
        12: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 14
        13: .line 64
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
            invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/GeneralName;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
        14: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            iinc 2 /* index */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1Sequence
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
        15: .line 69
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iload 2 /* index */
            iconst_1
            iadd
            if_icmpne 17
        16: .line 71
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* index */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
            invokestatic org.bouncycastle.asn1.x509.X509Extensions.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/X509Extensions;
            putfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
        17: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            0   18     1    seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            2   18     2  index  I
            4   10     3      o  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public static org.bouncycastle.asn1.ocsp.TBSRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
    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 79
            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.TBSRequest.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            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.TBSRequest getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/ocsp/TBSRequest;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 85
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ocsp.TBSRequest
            ifeq 2
         1: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ocsp.TBSRequest
            areturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 91
            new org.bouncycastle.asn1.ocsp.TBSRequest
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.ocsp.TBSRequest.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 94
      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.DERInteger getVersion();
    descriptor: ()Lorg/bouncycastle/asn1/DERInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
         0: .line 99
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
            areturn
        end local 0 // org.bouncycastle.asn1.ocsp.TBSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/ocsp/TBSRequest;

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

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

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

  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.TBSRequest this
         0: .line 129
            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 135
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
            getstatic org.bouncycastle.asn1.ocsp.TBSRequest.V1:Lorg/bouncycastle/asn1/DERInteger;
            invokevirtual org.bouncycastle.asn1.DERInteger.equals:(Ljava/lang/Object;)Z
            ifeq 2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.versionSet:Z
            ifeq 3
         2: .line 137
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.version:Lorg/bouncycastle/asn1/DERInteger;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
            ifnull 5
         4: .line 142
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestorName:Lorg/bouncycastle/asn1/x509/GeneralName;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         5: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestList:Lorg/bouncycastle/asn1/ASN1Sequence;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         6: .line 147
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
            ifnull 8
         7: .line 149
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ocsp.TBSRequest.requestExtensions:Lorg/bouncycastle/asn1/x509/X509Extensions;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/DEREncodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         8: .line 152
      StackMap locals:
      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.TBSRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/asn1/ocsp/TBSRequest;
            1    9     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "TBSRequest.java"