public class org.bouncycastle.asn1.x509.Holder extends org.bouncycastle.asn1.ASN1Object
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.Holder
  super_class: org.bouncycastle.asn1.ASN1Object
{
  public static final int V1_CERTIFICATE_HOLDER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int V2_CERTIFICATE_HOLDER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

  org.bouncycastle.asn1.x509.GeneralNames entityName;
    descriptor: Lorg/bouncycastle/asn1/x509/GeneralNames;
    flags: (0x0000) 

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

  private int version;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static org.bouncycastle.asn1.x509.Holder getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/Holder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 56
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.Holder
            ifeq 2
         1: .line 58
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.Holder
            areturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 4
         3: .line 62
            new org.bouncycastle.asn1.x509.Holder
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
            invokespecial org.bouncycastle.asn1.x509.Holder.<init>:(Lorg/bouncycastle/asn1/ASN1TaggedObject;)V
            areturn
         4: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 6
         5: .line 66
            new org.bouncycastle.asn1.x509.Holder
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.Holder.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         6: .line 69
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  private void <init>(org.bouncycastle.asn1.ASN1TaggedObject);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.ASN1TaggedObject tagObj
         0: .line 77
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         2: .line 79
            aload 1 /* tagObj */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            tableswitch { // 0 - 1
                    0: 3
                    1: 5
              default: 7
          }
         3: .line 82
      StackMap locals: org.bouncycastle.asn1.x509.Holder org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tagObj */
            iconst_1
            invokestatic org.bouncycastle.asn1.x509.IssuerSerial.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/IssuerSerial;
            putfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         4: .line 83
            goto 8
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* tagObj */
            iconst_1
            invokestatic org.bouncycastle.asn1.x509.GeneralNames.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/GeneralNames;
            putfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
         6: .line 86
            goto 8
         7: .line 88
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "unknown tag in Holder"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         9: .line 91
            return
        end local 1 // org.bouncycastle.asn1.ASN1TaggedObject tagObj
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/bouncycastle/asn1/x509/Holder;
            0   10     1  tagObj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
        Name  Flags
      tagObj  

  private void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 98
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         2: .line 100
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_3
            if_icmple 6
         3: .line 102
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad sequence size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 103
            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;
         5: .line 102
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 106
      StackMap locals: org.bouncycastle.asn1.x509.Holder org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 20
         8: .line 108
      StackMap locals: int
      StackMap stack:
            aload 1 /* seq */
         9: .line 109
            iload 2 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
        10: .line 108
            invokestatic org.bouncycastle.asn1.ASN1TaggedObject.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1TaggedObject;
            astore 3 /* tObj */
        start local 3 // org.bouncycastle.asn1.ASN1TaggedObject tObj
        11: .line 111
            aload 3 /* tObj */
            invokevirtual org.bouncycastle.asn1.ASN1TaggedObject.getTagNo:()I
            tableswitch { // 0 - 2
                    0: 12
                    1: 14
                    2: 16
              default: 18
          }
        12: .line 114
      StackMap locals: org.bouncycastle.asn1.ASN1TaggedObject
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.IssuerSerial.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/IssuerSerial;
            putfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
        13: .line 115
            goto 19
        14: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.GeneralNames.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/GeneralNames;
            putfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
        15: .line 118
            goto 19
        16: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tObj */
            iconst_0
            invokestatic org.bouncycastle.asn1.x509.ObjectDigestInfo.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            putfield org.bouncycastle.asn1.x509.Holder.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
        17: .line 121
            goto 19
        18: .line 123
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "unknown tag in Holder"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.bouncycastle.asn1.ASN1TaggedObject tObj
        19: .line 106
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpne 8
        end local 2 // int i
        21: .line 126
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
        22: .line 127
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/bouncycastle/asn1/x509/Holder;
            0   23     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            7   21     2     i  I
           11   19     3  tObj  Lorg/bouncycastle/asn1/ASN1TaggedObject;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.x509.IssuerSerial);
    descriptor: (Lorg/bouncycastle/asn1/x509/IssuerSerial;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
         0: .line 131
            aload 0 /* this */
            aload 1 /* baseCertificateID */
            iconst_1
            invokespecial org.bouncycastle.asn1.x509.Holder.<init>:(Lorg/bouncycastle/asn1/x509/IssuerSerial;I)V
         1: .line 132
            return
        end local 1 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/bouncycastle/asn1/x509/Holder;
            0    2     1  baseCertificateID  Lorg/bouncycastle/asn1/x509/IssuerSerial;
    MethodParameters:
                   Name  Flags
      baseCertificateID  

  public void <init>(org.bouncycastle.asn1.x509.IssuerSerial, int);
    descriptor: (Lorg/bouncycastle/asn1/x509/IssuerSerial;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        start local 2 // int version
         0: .line 140
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         2: .line 142
            aload 0 /* this */
            aload 1 /* baseCertificateID */
            putfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         3: .line 143
            aload 0 /* this */
            iload 2 /* version */
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         4: .line 144
            return
        end local 2 // int version
        end local 1 // org.bouncycastle.asn1.x509.IssuerSerial baseCertificateID
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lorg/bouncycastle/asn1/x509/Holder;
            0    5     1  baseCertificateID  Lorg/bouncycastle/asn1/x509/IssuerSerial;
            0    5     2            version  I
    MethodParameters:
                   Name  Flags
      baseCertificateID  
      version            

  public int getVersion();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.Holder this
         0: .line 153
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.version:I
            ireturn
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/Holder;

  public void <init>(org.bouncycastle.asn1.x509.GeneralNames);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames entityName
         0: .line 163
            aload 0 /* this */
            aload 1 /* entityName */
            iconst_1
            invokespecial org.bouncycastle.asn1.x509.Holder.<init>:(Lorg/bouncycastle/asn1/x509/GeneralNames;I)V
         1: .line 164
            return
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames entityName
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/bouncycastle/asn1/x509/Holder;
            0    2     1  entityName  Lorg/bouncycastle/asn1/x509/GeneralNames;
    MethodParameters:
            Name  Flags
      entityName  

  public void <init>(org.bouncycastle.asn1.x509.GeneralNames, int);
    descriptor: (Lorg/bouncycastle/asn1/x509/GeneralNames;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.x509.GeneralNames entityName
        start local 2 // int version
         0: .line 173
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         2: .line 175
            aload 0 /* this */
            aload 1 /* entityName */
            putfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
         3: .line 176
            aload 0 /* this */
            iload 2 /* version */
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         4: .line 177
            return
        end local 2 // int version
        end local 1 // org.bouncycastle.asn1.x509.GeneralNames entityName
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/bouncycastle/asn1/x509/Holder;
            0    5     1  entityName  Lorg/bouncycastle/asn1/x509/GeneralNames;
            0    5     2     version  I
    MethodParameters:
            Name  Flags
      entityName  
      version     

  public void <init>(org.bouncycastle.asn1.x509.ObjectDigestInfo);
    descriptor: (Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.Holder this
        start local 1 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
         0: .line 184
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.x509.Holder.version:I
         2: .line 186
            aload 0 /* this */
            aload 1 /* objectDigestInfo */
            putfield org.bouncycastle.asn1.x509.Holder.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
         3: .line 187
            return
        end local 1 // org.bouncycastle.asn1.x509.ObjectDigestInfo objectDigestInfo
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/bouncycastle/asn1/x509/Holder;
            0    4     1  objectDigestInfo  Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
    MethodParameters:
                  Name  Flags
      objectDigestInfo  

  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.Holder this
         0: .line 191
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/Holder;

  public org.bouncycastle.asn1.x509.GeneralNames getEntityName();
    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.Holder this
         0: .line 202
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/Holder;

  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.Holder this
         0: .line 207
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/Holder;

  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.Holder this
         0: .line 212
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.version:I
            iconst_1
            if_icmpne 9
         1: .line 214
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         2: .line 216
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            ifnull 4
         3: .line 218
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.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
         4: .line 221
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            ifnull 6
         5: .line 223
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.objectDigestInfo:Lorg/bouncycastle/asn1/x509/ObjectDigestInfo;
            ifnull 8
         7: .line 228
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            iconst_2
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.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
         8: .line 231
      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
         9: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            ifnull 11
        10: .line 237
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_1
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.entityName:Lorg/bouncycastle/asn1/x509/GeneralNames;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            areturn
        11: .line 241
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_1
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.Holder.baseCertificateID:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ZILorg/bouncycastle/asn1/ASN1Encodable;)V
            areturn
        end local 0 // org.bouncycastle.asn1.x509.Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/asn1/x509/Holder;
            2    9     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "Holder.java"