public class org.bouncycastle.asn1.x509.V2Form extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.V2Form
  super_class: org.bouncycastle.asn1.ASN1Object
{
  org.bouncycastle.asn1.x509.GeneralNames issuerName;
    descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID;
    descriptor: Lorg/bouncycastle/asn1/x509/IssuerSerial;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo;
    descriptor: Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
    flags: (0x0000) 

  public static org.bouncycastle.asn1.x509.V2Form getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/V2Form;
    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 22
            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.x509.V2Form.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/V2Form;
            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.x509.V2Form getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/V2Form;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 28
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.V2Form
            ifeq 2
         1: .line 30
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.V2Form
            areturn
         2: .line 32
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 34
            new org.bouncycastle.asn1.x509.V2Form
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 37
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        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 void <init>(org.bouncycastle.asn1.x509.GeneralNames);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
         0: .line 43
            aload 0 /* this */
            aload 1 /* issuerName */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
         1: .line 44
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/asn1/x509/V2Form;
            0    2     1  issuerName  Lorg/bouncycastle/asn1/x509/GeneralNames;
    MethodParameters:
            Name  Flags
      issuerName  

  public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.IssuerSerial);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        start local 2 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
         0: .line 50
            aload 0 /* this */
            aload 1 /* issuerName */
            aload 2 /* baseCertificateID */
            aconst_null
            invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
         1: .line 51
            return
        end local 2 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/bouncycastle/asn1/x509/V2Form;
            0    2     1         issuerName  Lorg/bouncycastle/asn1/x509/GeneralNames;
            0    2     2  baseCertificateID  Lorg/bouncycastle/asn1/x509/IssuerSerial;
    MethodParameters:
                   Name  Flags
      issuerName         
      baseCertificateID  

  public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.ObjectDigestInfo);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        start local 2 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
         0: .line 57
            aload 0 /* this */
            aload 1 /* issuerName */
            aconst_null
            aload 2 /* objectDigestInfo */
            invokespecial org.bouncycastle.asn1.x509.V2Form.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
         1: .line 58
            return
        end local 2 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/bouncycastle/asn1/x509/V2Form;
            0    2     1        issuerName  Lorg/bouncycastle/asn1/x509/GeneralNames;
            0    2     2  objectDigestInfo  Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
    MethodParameters:
                  Name  Flags
      issuerName        
      objectDigestInfo  

  public void <init>(org.bouncycastle.asn1.x509.GeneralNames, org.bouncycastle.asn1.x509.IssuerSerial, org.bouncycastle.asn1.x509.ObjectDigestInfo);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;Lorg/bouncycastle/asn1/x509/IssuerSerial;Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        start local 2 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        start local 3 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
         0: .line 60
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* issuerName */
            putfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
         2: .line 66
            aload 0 /* this */
            aload 2 /* baseCertificateID */
            putfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         3: .line 67
            aload 0 /* this */
            aload 3 /* objectDigestInfo */
            putfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
         4: .line 68
            return
        end local 3 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
        end local 2 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames issuerName
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/bouncycastle/asn1/x509/V2Form;
            0    5     1         issuerName  Lorg/bouncycastle/asn1/x509/GeneralNames;
            0    5     2  baseCertificateID  Lorg/bouncycastle/asn1/x509/IssuerSerial;
            0    5     3   objectDigestInfo  Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
    MethodParameters:
                   Name  Flags
      issuerName         
      baseCertificateID  
      objectDigestInfo   

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 73
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 76
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_3
            if_icmple 3
         2: .line 78
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad sequence size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 81
      StackMap locals: org.bouncycastle.asn1.x509.V2Form org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         4: .line 83
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifne 7
         5: .line 85
            iinc 2 /* index */ 1
         6: .line 86
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.GeneralNames.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralNames;
            putfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
         7: .line 89
      StackMap locals: int
      StackMap stack:
            iload 2 /* index */
            istore 3 /* i */
        start local 3 // int i
         8: goto 20
         9: .line 91
      StackMap locals: int
      StackMap stack:
            aload 1 /* seq */
            iload 3 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
            astore 4 /* o */
        start local 4 // org.bouncycastle.asn1.ASN1TaggedObject o
        10: .line 92
            aload 4 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            ifne 13
        11: .line 94
            aload 0 /* this */
            aload 4 /* o */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.IssuerSerial.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/IssuerSerial;
            putfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
        12: .line 95
            goto 19
        13: .line 96
      StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 4 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            iconst_1
            if_icmpne 16
        14: .line 98
            aload 0 /* this */
            aload 4 /* o */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.ObjectDigestInfo.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            putfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
        15: .line 99
            goto 19
        16: .line 102
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad tag number: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        17: .line 103
            aload 4 /* o */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 102
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // org.bouncycastle.asn1.ASN1TaggedObject o
        19: .line 89
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpne 9
        end local 3 // int i
        21: .line 106
            return
        end local 2 // int index
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lorg/bouncycastle/asn1/x509/V2Form;
            0   22     1    seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            4   22     2  index  I
            8   21     3      i  I
           10   19     4      o  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public org.bouncycastle.asn1.x509.GeneralNames getIssuerName();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
         0: .line 110
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/V2Form;

  public org.bouncycastle.asn1.x509.IssuerSerial getBaseCertificateID();
    descriptor: ()Lorg/bouncycastle/asn1/x509/IssuerSerial;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
         0: .line 115
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/V2Form;

  public org.bouncycastle.asn1.x509.ObjectDigestInfo getObjectDigestInfo();
    descriptor: ()Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
         0: .line 120
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/V2Form;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.V2Form this
         0: .line 138
            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 140
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            ifnull 3
         2: .line 142
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.issuerName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 145
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            ifnull 5
         4: .line 147
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            ifnull 7
         6: .line 152
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.V2Form.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         7: .line 155
      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.x509.V2Form this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/x509/V2Form;
            1    8     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "V2Form.java"