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 start local 1 0: aload 0
invokespecial org.bouncycastle.asn1.DERSequence.<init>:()V
1: aload 0
iconst_0
putfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
2: aload 0
iconst_m1
putfield org.bouncycastle.asn1.LazyDERSequence.size:I
3: aload 0
aload 1
putfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
4: return
end local 1 end local 0 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 0: new org.bouncycastle.asn1.LazyDERConstructionEnumeration
dup
aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
astore 1
start local 1 1: goto 3
2: StackMap locals: java.util.Enumeration
StackMap stack:
aload 0
aload 1
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: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 2
4: aload 0
iconst_1
putfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
5: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
ifne 2
1: aload 0
invokevirtual org.bouncycastle.asn1.LazyDERSequence.parse:()V
2: StackMap locals:
StackMap stack:
aload 0
iload 1
invokespecial org.bouncycastle.asn1.DERSequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
areturn
end local 1 end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.parsed:Z
ifeq 2
1: aload 0
invokespecial org.bouncycastle.asn1.DERSequence.getObjects:()Ljava/util/Enumeration;
areturn
2: StackMap locals:
StackMap stack:
new org.bouncycastle.asn1.LazyDERConstructionEnumeration
dup
aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
areturn
end local 0 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 0: aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.size:I
ifge 7
1: new org.bouncycastle.asn1.LazyDERConstructionEnumeration
dup
aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
invokespecial org.bouncycastle.asn1.LazyDERConstructionEnumeration.<init>:([B)V
astore 1
start local 1 2: aload 0
iconst_0
putfield org.bouncycastle.asn1.LazyDERSequence.size:I
3: goto 6
4: StackMap locals: java.util.Enumeration
StackMap stack:
aload 1
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
pop
5: aload 0
dup
getfield org.bouncycastle.asn1.LazyDERSequence.size:I
iconst_1
iadd
putfield org.bouncycastle.asn1.LazyDERSequence.size:I
6: StackMap locals:
StackMap stack:
aload 1
invokeinterface java.util.Enumeration.hasMoreElements:()Z
ifne 4
end local 1 7: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.size:I
ireturn
end local 0 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 start local 1 0: aload 1
bipush 48
aload 0
getfield org.bouncycastle.asn1.LazyDERSequence.encoded:[B
invokevirtual org.bouncycastle.asn1.DEROutputStream.writeEncoded:(I[B)V
1: return
end local 1 end local 0 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"