public class org.bouncycastle.cms.SignerInformationStore implements org.bouncycastle.util.Iterable<org.bouncycastle.cms.SignerInformation>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.cms.SignerInformationStore
super_class: java.lang.Object
{
private java.util.List all;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
private java.util.Map table;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.cms.SignerInformation);
descriptor: (Lorg/bouncycastle/cms/SignerInformation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
3: aload 0
new java.util.ArrayList
dup
iconst_1
invokespecial java.util.ArrayList.<init>:(I)V
putfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
4: aload 0
getfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: aload 1
invokevirtual org.bouncycastle.cms.SignerInformation.getSID:()Lorg/bouncycastle/cms/SignerId;
astore 2
start local 2 6: aload 0
getfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
aload 2
aload 0
getfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/bouncycastle/cms/SignerInformationStore;
0 8 1 signerInfo Lorg/bouncycastle/cms/SignerInformation;
6 8 2 sid Lorg/bouncycastle/cms/SignerId;
MethodParameters:
Name Flags
signerInfo
public void <init>(java.util.Collection<org.bouncycastle.cms.SignerInformation>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
3: aload 1
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 2
start local 2 4: goto 12
5: StackMap locals: org.bouncycastle.cms.SignerInformationStore java.util.Collection java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.bouncycastle.cms.SignerInformation
astore 3
start local 3 6: aload 3
invokevirtual org.bouncycastle.cms.SignerInformation.getSID:()Lorg/bouncycastle/cms/SignerId;
astore 4
start local 4 7: aload 0
getfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
aload 4
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.ArrayList
astore 5
start local 5 8: aload 5
ifnonnull 11
9: new java.util.ArrayList
dup
iconst_1
invokespecial java.util.ArrayList.<init>:(I)V
astore 5
10: aload 0
getfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
aload 4
aload 5
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
11: StackMap locals: org.bouncycastle.cms.SignerInformation org.bouncycastle.cms.SignerId java.util.List
StackMap stack:
aload 5
aload 3
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 end local 4 end local 3 12: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
13: aload 0
new java.util.ArrayList
dup
aload 1
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
putfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
14: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lorg/bouncycastle/cms/SignerInformationStore;
0 15 1 signerInfos Ljava/util/Collection<Lorg/bouncycastle/cms/SignerInformation;>;
4 15 2 it Ljava/util/Iterator;
6 12 3 signer Lorg/bouncycastle/cms/SignerInformation;
7 12 4 sid Lorg/bouncycastle/cms/SignerId;
8 12 5 list Ljava/util/List;
Signature: (Ljava/util/Collection<Lorg/bouncycastle/cms/SignerInformation;>;)V
MethodParameters:
Name Flags
signerInfos
public org.bouncycastle.cms.SignerInformation get(org.bouncycastle.cms.SignerId);
descriptor: (Lorg/bouncycastle/cms/SignerId;)Lorg/bouncycastle/cms/SignerInformation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.bouncycastle.cms.SignerInformationStore.getSigners:(Lorg/bouncycastle/cms/SignerId;)Ljava/util/Collection;
astore 2
start local 2 1: aload 2
invokeinterface java.util.Collection.size:()I
ifne 2
aconst_null
goto 3
StackMap locals: java.util.Collection
StackMap stack:
2: aload 2
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.bouncycastle.cms.SignerInformation
StackMap locals:
StackMap stack: org.bouncycastle.cms.SignerInformation
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/cms/SignerInformationStore;
0 4 1 selector Lorg/bouncycastle/cms/SignerId;
1 4 2 list Ljava/util/Collection;
MethodParameters:
Name Flags
selector
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cms/SignerInformationStore;
public java.util.Collection<org.bouncycastle.cms.SignerInformation> getSigners();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.util.ArrayList
dup
aload 0
getfield org.bouncycastle.cms.SignerInformationStore.all:Ljava/util/List;
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cms/SignerInformationStore;
Signature: ()Ljava/util/Collection<Lorg/bouncycastle/cms/SignerInformation;>;
public java.util.Collection<org.bouncycastle.cms.SignerInformation> getSigners(org.bouncycastle.cms.SignerId);
descriptor: (Lorg/bouncycastle/cms/SignerId;)Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.bouncycastle.cms.SignerId.getIssuer:()Lorg/bouncycastle/asn1/x500/X500Name;
ifnull 9
aload 1
invokevirtual org.bouncycastle.cms.SignerId.getSubjectKeyIdentifier:()[B
ifnull 9
1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 2: aload 0
new org.bouncycastle.cms.SignerId
dup
aload 1
invokevirtual org.bouncycastle.cms.SignerId.getIssuer:()Lorg/bouncycastle/asn1/x500/X500Name;
aload 1
invokevirtual org.bouncycastle.cms.SignerId.getSerialNumber:()Ljava/math/BigInteger;
invokespecial org.bouncycastle.cms.SignerId.<init>:(Lorg/bouncycastle/asn1/x500/X500Name;Ljava/math/BigInteger;)V
invokevirtual org.bouncycastle.cms.SignerInformationStore.getSigners:(Lorg/bouncycastle/cms/SignerId;)Ljava/util/Collection;
astore 3
start local 3 3: aload 3
ifnull 5
4: aload 2
aload 3
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
5: StackMap locals: java.util.List java.util.Collection
StackMap stack:
aload 0
new org.bouncycastle.cms.SignerId
dup
aload 1
invokevirtual org.bouncycastle.cms.SignerId.getSubjectKeyIdentifier:()[B
invokespecial org.bouncycastle.cms.SignerId.<init>:([B)V
invokevirtual org.bouncycastle.cms.SignerInformationStore.getSigners:(Lorg/bouncycastle/cms/SignerId;)Ljava/util/Collection;
astore 4
start local 4 6: aload 4
ifnull 8
7: aload 2
aload 4
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
8: StackMap locals: java.util.Collection
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 9: StackMap locals:
StackMap stack:
aload 0
getfield org.bouncycastle.cms.SignerInformationStore.table:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.ArrayList
astore 2
start local 2 10: aload 2
ifnonnull 11
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
goto 12
StackMap locals: java.util.List
StackMap stack:
11: new java.util.ArrayList
dup
aload 2
invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
StackMap locals:
StackMap stack: java.util.ArrayList
12: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/bouncycastle/cms/SignerInformationStore;
0 13 1 selector Lorg/bouncycastle/cms/SignerId;
2 9 2 results Ljava/util/List;
3 9 3 match1 Ljava/util/Collection;
6 9 4 match2 Ljava/util/Collection;
10 13 2 list Ljava/util/List;
Signature: (Lorg/bouncycastle/cms/SignerId;)Ljava/util/Collection<Lorg/bouncycastle/cms/SignerInformation;>;
MethodParameters:
Name Flags
selector
public java.util.Iterator<org.bouncycastle.cms.SignerInformation> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.bouncycastle.cms.SignerInformationStore.getSigners:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cms/SignerInformationStore;
Signature: ()Ljava/util/Iterator<Lorg/bouncycastle/cms/SignerInformation;>;
}
Signature: Ljava/lang/Object;Lorg/bouncycastle/util/Iterable<Lorg/bouncycastle/cms/SignerInformation;>;
SourceFile: "SignerInformationStore.java"