public class org.bouncycastle.asn1.LazyDERSequence extends org.bouncycastle.asn1.DERSequence
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.LazyDERSequence
  super_class: org.bouncycastle.asn1.DERSequence
{
  private byte[] encoded;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private boolean parsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
        start local 1 // byte[] encoded
         0: .line 13
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:()V
         1: .line 10
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
         2: .line 11
            aload 0 /* this */
            iconst_m1
            putfield org.bouncycastle.asn1.LazyDERSequence.size:I
         3: .line 17
            aload 0 /* this */
            aload 1 /* encoded */
            putfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
         4: .line 18
            return
        end local 1 // byte[] encoded
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/bouncycastle/asn1/LazyDERSequence;
            0    5     1  encoded  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      encoded  

  private void parse();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
         0: .line 22
            new org.bouncycastle.asn1.LazyDERConstructionEnumeration
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
            invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
            astore 1 /* en */
        start local 1 // java.util.Enumeration en
         1: .line 24
            goto 3
         2: .line 26
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* en */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.bouncycastle.asn1.DEREncodable
            invokevirtual org.bouncycastle.asn1.LazyDERSequence.addObject:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 24
      StackMap locals:
      StackMap stack:
            aload 1 /* en */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 2
         4: .line 29
            aload 0 /* this */
            iconst_1
            putfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
         5: .line 30
            return
        end local 1 // java.util.Enumeration en
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/bouncycastle/asn1/LazyDERSequence;
            1    6     1    en  Ljava/util/Enumeration;

  public synchronized org.bouncycastle.asn1.DEREncodable getObjectAt(int);
    descriptor: (I)Lorg/bouncycastle/asn1/DEREncodable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
        start local 1 // int index
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
            ifne 2
         1: .line 36
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.LazyDERSequence.parse:()V
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            areturn
        end local 1 // int index
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/asn1/LazyDERSequence;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public synchronized java.util.Enumeration getObjects();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
         0: .line 44
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
            ifeq 2
         1: .line 46
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.DERSequence.getObjects:()Ljava/util/Enumeration;
            areturn
         2: .line 49
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.asn1.LazyDERConstructionEnumeration
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
            invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
            areturn
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/LazyDERSequence;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
         0: .line 54
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.size:I
            ifge 7
         1: .line 56
            new org.bouncycastle.asn1.LazyDERConstructionEnumeration
            dup
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
            invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
            astore 1 /* en */
        start local 1 // java.util.Enumeration en
         2: .line 58
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.asn1.LazyDERSequence.size:I
         3: .line 59
            goto 6
         4: .line 61
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 1 /* en */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            pop
         5: .line 62
            aload 0 /* this */
            dup
            getfield org.bouncycastle.asn1.LazyDERSequence.size:I
            iconst_1
            iadd
            putfield org.bouncycastle.asn1.LazyDERSequence.size:I
         6: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* en */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
        end local 1 // java.util.Enumeration en
         7: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.size:I
            ireturn
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/LazyDERSequence;
            2    7     1    en  Ljava/util/Enumeration;

  void encode(org.bouncycastle.asn1.DEROutputStream);
    descriptor: (Lorg/bouncycastle/asn1/DEROutputStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.LazyDERSequence this
        start local 1 // org.bouncycastle.asn1.DEROutputStream out
         0: .line 73
            aload 1 /* out */
            bipush 48
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
            invokevirtual org.bouncycastle.asn1.DEROutputStream.writeEncoded:(I[B)V
         1: .line 74
            return
        end local 1 // org.bouncycastle.asn1.DEROutputStream out
        end local 0 // org.bouncycastle.asn1.LazyDERSequence this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/LazyDERSequence;
            0    2     1   out  Lorg/bouncycastle/asn1/DEROutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "LazyDERSequence.java"