class org.bouncycastle.asn1.LazyDERConstructionEnumeration implements java.util.Enumeration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.asn1.LazyDERConstructionEnumeration
  super_class: java.lang.Object
{
  private org.bouncycastle.asn1.ASN1InputStream aIn;
    descriptor: Lorg/bouncycastle/asn1/ASN1InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object nextObj;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
        start local 1 // byte[] encoded
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            new org.bouncycastle.asn1.ASN1InputStream
            dup
            aload 1 /* encoded */
            iconst_1
            invokespecial org.bouncycastle.asn1.ASN1InputStream.<init>:([BZ)V
            putfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.aIn:Lorg/bouncycastle/asn1/ASN1InputStream;
         2: .line 15
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.LazyDERConstructionEnumeration.readObject:()Ljava/lang/Object;
            putfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.nextObj:Ljava/lang/Object;
         3: .line 16
            return
        end local 1 // byte[] encoded
        end local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/bouncycastle/asn1/LazyDERConstructionEnumeration;
            0    4     1  encoded  [B
    MethodParameters:
         Name  Flags
      encoded  

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
         0: .line 20
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.nextObj:Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/asn1/LazyDERConstructionEnumeration;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
         0: .line 25
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.nextObj:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 27
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.bouncycastle.asn1.LazyDERConstructionEnumeration.readObject:()Ljava/lang/Object;
            putfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.nextObj:Ljava/lang/Object;
         2: .line 29
            aload 1 /* o */
            areturn
        end local 1 // java.lang.Object o
        end local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/LazyDERConstructionEnumeration;
            1    3     1     o  Ljava/lang/Object;

  private java.lang.Object readObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
         0: .line 36
            aload 0 /* this */
            getfield org.bouncycastle.asn1.LazyDERConstructionEnumeration.aIn:Lorg/bouncycastle/asn1/ASN1InputStream;
            invokevirtual org.bouncycastle.asn1.ASN1InputStream.readObject:()Lorg/bouncycastle/asn1/DERObject;
         1: areturn
         2: .line 38
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 40
            new org.bouncycastle.asn1.ASN1ParsingException
            dup
            new java.lang.StringBuilder
            dup
            ldc "malformed DER construction: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokespecial org.bouncycastle.asn1.ASN1ParsingException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // org.bouncycastle.asn1.LazyDERConstructionEnumeration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/asn1/LazyDERConstructionEnumeration;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "LazyDERConstructionEnumeration.java"