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

  org.bouncycastle.asn1.x509.AlgorithmIdentifier signature;
    descriptor: Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0000) 

  org.bouncycastle.asn1.x500.X500Name issuer;
    descriptor: Lorg/bouncycastle/asn1/x500/X500Name;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.Time thisUpdate;
    descriptor: Lorg/bouncycastle/asn1/x509/Time;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.Time nextUpdate;
    descriptor: Lorg/bouncycastle/asn1/x509/Time;
    flags: (0x0000) 

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

  org.bouncycastle.asn1.x509.Extensions crlExtensions;
    descriptor: Lorg/bouncycastle/asn1/x509/Extensions;
    flags: (0x0000) 

  public static org.bouncycastle.asn1.x509.TBSCertList getInstance(org.bouncycastle.asn1.ASN1TaggedObject, boolean);
    descriptor: (Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/x509/TBSCertList;
    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 152
            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.TBSCertList.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/TBSCertList;
            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.TBSCertList getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/TBSCertList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 158
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.TBSCertList
            ifeq 2
         1: .line 160
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.TBSCertList
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ifnull 4
         3: .line 164
            new org.bouncycastle.asn1.x509.TBSCertList
            dup
            aload 0 /* obj */
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.TBSCertList.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 167
      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.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 170
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Object.<init>:()V
         1: .line 173
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_3
            if_icmplt 2
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            bipush 7
            if_icmple 3
         2: .line 175
      StackMap locals: org.bouncycastle.asn1.x509.TBSCertList org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            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 178
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* seqPos */
        start local 2 // int seqPos
         4: .line 180
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1Integer
            ifeq 7
         5: .line 182
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1Integer.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Integer;
            putfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
         6: .line 183
            goto 8
         7: .line 186
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
         8: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.AlgorithmIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            putfield org.bouncycastle.asn1.x509.TBSCertList.signature:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
         9: .line 190
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x500.X500Name.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x500/X500Name;
            putfield org.bouncycastle.asn1.x509.TBSCertList.issuer:Lorg/bouncycastle/asn1/x500/X500Name;
        10: .line 191
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.Time.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/Time;
            putfield org.bouncycastle.asn1.x509.TBSCertList.thisUpdate:Lorg/bouncycastle/asn1/x509/Time;
        11: .line 193
            iload 2 /* seqPos */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpge 16
        12: .line 194
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1UTCTime
            ifne 15
        13: .line 195
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1GeneralizedTime
            ifne 15
        14: .line 196
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.x509.Time
            ifeq 16
        15: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.Time.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/Time;
            putfield org.bouncycastle.asn1.x509.TBSCertList.nextUpdate:Lorg/bouncycastle/asn1/x509/Time;
        16: .line 201
      StackMap locals:
      StackMap stack:
            iload 2 /* seqPos */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpge 19
        17: .line 202
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifne 19
        18: .line 204
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            iinc 2 /* seqPos */ 1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            putfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
        19: .line 207
      StackMap locals:
      StackMap stack:
            iload 2 /* seqPos */
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            if_icmpge 22
        20: .line 208
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            instanceof org.bouncycastle.asn1.ASN1TaggedObject
            ifeq 22
        21: .line 210
            aload 0 /* this */
            aload 1 /* seq */
            iload 2 /* seqPos */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            checkcast org.bouncycastle.asn1.ASN1TaggedObject
            iconst_1
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Lorg/bouncycastle/asn1/ASN1TaggedObject;Z)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokestatic org.bouncycastle.asn1.x509.Extensions.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/Extensions;
            putfield org.bouncycastle.asn1.x509.TBSCertList.crlExtensions:Lorg/bouncycastle/asn1/x509/Extensions;
        22: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int seqPos
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lorg/bouncycastle/asn1/x509/TBSCertList;
            0   23     1     seq  Lorg/bouncycastle/asn1/ASN1Sequence;
            4   23     2  seqPos  I
    MethodParameters:
      Name  Flags
      seq   

  public int getVersionNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 216
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
            ifnonnull 2
         1: .line 218
            iconst_1
            ireturn
         2: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
            invokevirtual org.bouncycastle.asn1.ASN1Integer.getValue:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.intValue:()I
            iconst_1
            iadd
            ireturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

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

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getSignature();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 230
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.signature:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.x500.X500Name getIssuer();
    descriptor: ()Lorg/bouncycastle/asn1/x500/X500Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 235
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.issuer:Lorg/bouncycastle/asn1/x500/X500Name;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.x509.Time getThisUpdate();
    descriptor: ()Lorg/bouncycastle/asn1/x509/Time;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 240
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.thisUpdate:Lorg/bouncycastle/asn1/x509/Time;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.x509.Time getNextUpdate();
    descriptor: ()Lorg/bouncycastle/asn1/x509/Time;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 245
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.nextUpdate:Lorg/bouncycastle/asn1/x509/Time;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.x509.TBSCertList$CRLEntry[] getRevokedCertificates();
    descriptor: ()[Lorg/bouncycastle/asn1/x509/TBSCertList$CRLEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 250
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            ifnonnull 2
         1: .line 252
            iconst_0
            anewarray org.bouncycastle.asn1.x509.TBSCertList$CRLEntry
            areturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            anewarray org.bouncycastle.asn1.x509.TBSCertList$CRLEntry
            astore 1 /* entries */
        start local 1 // org.bouncycastle.asn1.x509.TBSCertList$CRLEntry[] entries
         3: .line 257
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 259
      StackMap locals: org.bouncycastle.asn1.x509.TBSCertList$CRLEntry[] int
      StackMap stack:
            aload 1 /* entries */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            iload 2 /* i */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.TBSCertList$CRLEntry.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/TBSCertList$CRLEntry;
            aastore
         6: .line 257
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 1 /* entries */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 262
            aload 1 /* entries */
            areturn
        end local 1 // org.bouncycastle.asn1.x509.TBSCertList$CRLEntry[] entries
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/bouncycastle/asn1/x509/TBSCertList;
            3    9     1  entries  [Lorg/bouncycastle/asn1/x509/TBSCertList$CRLEntry;
            4    8     2        i  I

  public java.util.Enumeration getRevokedCertificateEnumeration();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 267
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            ifnonnull 2
         1: .line 269
            new org.bouncycastle.asn1.x509.TBSCertList$EmptyEnumeration
            dup
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.x509.TBSCertList$EmptyEnumeration.<init>:(Lorg/bouncycastle/asn1/x509/TBSCertList;)V
            areturn
         2: .line 272
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.x509.TBSCertList$RevokedCertificatesEnumeration
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
            invokespecial org.bouncycastle.asn1.x509.TBSCertList$RevokedCertificatesEnumeration.<init>:(Lorg/bouncycastle/asn1/x509/TBSCertList;Ljava/util/Enumeration;)V
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.x509.Extensions getExtensions();
    descriptor: ()Lorg/bouncycastle/asn1/x509/Extensions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 277
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.crlExtensions:Lorg/bouncycastle/asn1/x509/Extensions;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;

  public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1Primitive;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.TBSCertList this
         0: .line 282
            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 284
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
            ifnull 3
         2: .line 286
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.version:Lorg/bouncycastle/asn1/ASN1Integer;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         3: .line 288
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.signature:Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         4: .line 289
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.issuer:Lorg/bouncycastle/asn1/x500/X500Name;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         5: .line 291
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.thisUpdate:Lorg/bouncycastle/asn1/x509/Time;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         6: .line 292
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.nextUpdate:Lorg/bouncycastle/asn1/x509/Time;
            ifnull 8
         7: .line 294
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.nextUpdate:Lorg/bouncycastle/asn1/x509/Time;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
         8: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            ifnull 10
         9: .line 300
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.revokedCertificates:Lorg/bouncycastle/asn1/ASN1Sequence;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
        10: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.crlExtensions:Lorg/bouncycastle/asn1/x509/Extensions;
            ifnull 12
        11: .line 305
            aload 1 /* v */
            new org.bouncycastle.asn1.DERTaggedObject
            dup
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.TBSCertList.crlExtensions:Lorg/bouncycastle/asn1/x509/Extensions;
            invokespecial org.bouncycastle.asn1.DERTaggedObject.<init>:(ILorg/bouncycastle/asn1/ASN1Encodable;)V
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/ASN1Encodable;)V
        12: .line 308
      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.TBSCertList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/bouncycastle/asn1/x509/TBSCertList;
            1   13     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "TBSCertList.java"
NestMembers:
  org.bouncycastle.asn1.x509.TBSCertList$CRLEntry  org.bouncycastle.asn1.x509.TBSCertList$EmptyEnumeration  org.bouncycastle.asn1.x509.TBSCertList$RevokedCertificatesEnumeration
InnerClasses:
  public CRLEntry = org.bouncycastle.asn1.x509.TBSCertList$CRLEntry of org.bouncycastle.asn1.x509.TBSCertList
  private EmptyEnumeration = org.bouncycastle.asn1.x509.TBSCertList$EmptyEnumeration of org.bouncycastle.asn1.x509.TBSCertList
  private RevokedCertificatesEnumeration = org.bouncycastle.asn1.x509.TBSCertList$RevokedCertificatesEnumeration of org.bouncycastle.asn1.x509.TBSCertList