public class com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
super_class: java.lang.Object
{
private static java.util.logging.Logger log;
descriptor: Ljava/util/logging/Logger;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static java.util.List<com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver> resolverVector;
descriptor: Ljava/util/List;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;>;
private final com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi resolverSpi;
descriptor: Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
1: putstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.log:Ljava/util/logging/Logger;
2: new java.util.concurrent.CopyOnWriteArrayList
dup
invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:()V
putstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi);
descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 3 1 keyResolverSpi Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
MethodParameters:
Name Flags
keyResolverSpi
public static int length();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static final java.security.cert.X509Certificate getX509Certificate(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 16
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver top java.util.Iterator
StackMap stack:
1: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
astore 3
start local 3 2: aload 3
ifnonnull 11
3: iconst_1
anewarray java.lang.Object
dup
iconst_0
4: aload 0
ifnull 7
5: aload 0
invokeinterface org.w3c.dom.Element.getNodeType:()S
iconst_1
if_icmpne 7
6: aload 0
invokeinterface org.w3c.dom.Element.getTagName:()Ljava/lang/String;
goto 8
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver java.util.Iterator
StackMap stack: java.lang.Object[] java.lang.Object[] int
7: ldc "null"
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver java.util.Iterator
StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
8: aastore
9: astore 5
start local 5 10: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
dup
ldc "utils.resolver.noClass"
aload 5
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
athrow
end local 5 11: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.log:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 13
12: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.log:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
new java.lang.StringBuilder
dup
ldc "check resolvability by class "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
13: StackMap locals:
StackMap stack:
aload 3
aload 0
aload 1
aload 2
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolveX509Certificate:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
astore 5
start local 5 14: aload 5
ifnull 16
15: aload 5
areturn
end local 5 end local 3 16: StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver top java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
17: iconst_1
anewarray java.lang.Object
dup
iconst_0
18: aload 0
ifnull 20
aload 0
invokeinterface org.w3c.dom.Element.getNodeType:()S
iconst_1
if_icmpne 20
19: aload 0
invokeinterface org.w3c.dom.Element.getTagName:()Ljava/lang/String;
goto 21
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
StackMap stack: java.lang.Object[] java.lang.Object[] int
20: ldc "null"
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
21: aastore
22: astore 3
start local 3 23: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
dup
ldc "utils.resolver.noClass"
aload 3
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 element Lorg/w3c/dom/Element;
0 24 1 baseURI Ljava/lang/String;
0 24 2 storage Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
2 16 3 resolver Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
10 11 5 exArgs [Ljava/lang/Object;
14 16 5 cert Ljava/security/cert/X509Certificate;
23 24 3 exArgs [Ljava/lang/Object;
Exceptions:
throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
MethodParameters:
Name Flags
element
baseURI
storage
public static final java.security.PublicKey getPublicKey(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 16
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver top java.util.Iterator
StackMap stack:
1: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
astore 3
start local 3 2: aload 3
ifnonnull 11
3: iconst_1
anewarray java.lang.Object
dup
iconst_0
4: aload 0
ifnull 7
5: aload 0
invokeinterface org.w3c.dom.Element.getNodeType:()S
iconst_1
if_icmpne 7
6: aload 0
invokeinterface org.w3c.dom.Element.getTagName:()Ljava/lang/String;
goto 8
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver java.util.Iterator
StackMap stack: java.lang.Object[] java.lang.Object[] int
7: ldc "null"
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver java.util.Iterator
StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
8: aastore
9: astore 5
start local 5 10: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
dup
ldc "utils.resolver.noClass"
aload 5
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
athrow
end local 5 11: StackMap locals:
StackMap stack:
getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.log:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 13
12: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.log:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
new java.lang.StringBuilder
dup
ldc "check resolvability by class "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
13: StackMap locals:
StackMap stack:
aload 3
aload 0
aload 1
aload 2
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolvePublicKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
astore 5
start local 5 14: aload 5
ifnull 16
15: aload 5
areturn
end local 5 end local 3 16: StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver top java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
17: iconst_1
anewarray java.lang.Object
dup
iconst_0
18: aload 0
ifnull 20
aload 0
invokeinterface org.w3c.dom.Element.getNodeType:()S
iconst_1
if_icmpne 20
19: aload 0
invokeinterface org.w3c.dom.Element.getTagName:()Ljava/lang/String;
goto 21
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
StackMap stack: java.lang.Object[] java.lang.Object[] int
20: ldc "null"
StackMap locals: org.w3c.dom.Element java.lang.String com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
21: aastore
22: astore 3
start local 3 23: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
dup
ldc "utils.resolver.noClass"
aload 3
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 element Lorg/w3c/dom/Element;
0 24 1 baseURI Ljava/lang/String;
0 24 2 storage Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
2 16 3 resolver Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
10 11 5 exArgs [Ljava/lang/Object;
14 16 5 cert Ljava/security/PublicKey;
23 24 3 exArgs [Ljava/lang/Object;
Exceptions:
throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
MethodParameters:
Name Flags
element
baseURI
storage
public static void register(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
1: aload 0
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
2: astore 2
start local 2 3: aload 2
iload 1
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setGlobalResolver:(Z)V
4: aload 2
iconst_0
invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.register:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;Z)V
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 className Ljava/lang/String;
0 6 1 globalResolver Z
3 6 2 keyResolverSpi Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
Exceptions:
throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
MethodParameters:
Name Flags
className
globalResolver
public static void registerAtStart(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
1: aconst_null
astore 2
start local 2 2: aconst_null
astore 3
start local 3 3: aload 0
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
astore 4
start local 4 4: aload 4
checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
astore 2
end local 4 5: goto 14
StackMap locals: java.lang.String int com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.lang.Exception
StackMap stack: java.lang.ClassNotFoundException
6: astore 4
start local 4 7: aload 4
astore 3
end local 4 8: goto 14
9: StackMap locals:
StackMap stack: java.lang.IllegalAccessException
astore 4
start local 4 10: aload 4
astore 3
end local 4 11: goto 14
12: StackMap locals:
StackMap stack: java.lang.InstantiationException
astore 4
start local 4 13: aload 4
astore 3
end local 4 14: StackMap locals:
StackMap stack:
aload 3
ifnull 19
15: new java.lang.IllegalArgumentException
dup
ldc "Invalid KeyResolver class name"
16: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
17: aload 3
invokevirtual java.lang.IllegalArgumentException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
18: checkcast java.lang.IllegalArgumentException
athrow
19: StackMap locals:
StackMap stack:
aload 2
iload 1
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setGlobalResolver:(Z)V
20: aload 2
iconst_1
invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.register:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;Z)V
21: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 className Ljava/lang/String;
0 22 1 globalResolver Z
2 22 2 keyResolverSpi Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
3 22 3 ex Ljava/lang/Exception;
4 5 4 tmp Ljava/lang/Object;
7 8 4 e Ljava/lang/ClassNotFoundException;
10 11 4 e Ljava/lang/IllegalAccessException;
13 14 4 e Ljava/lang/InstantiationException;
Exception table:
from to target type
3 5 6 Class java.lang.ClassNotFoundException
3 5 9 Class java.lang.IllegalAccessException
3 5 12 Class java.lang.InstantiationException
MethodParameters:
Name Flags
className
globalResolver
public static void register(com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi, boolean);
descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
1: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
aload 0
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
astore 2
start local 2 2: iload 1
ifeq 5
3: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
iconst_0
aload 2
invokeinterface java.util.List.add:(ILjava/lang/Object;)V
4: goto 6
5: StackMap locals: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
StackMap stack:
getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
aload 2
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 keyResolverSpi Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
0 7 1 start Z
2 7 2 resolver Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
MethodParameters:
Name Flags
keyResolverSpi
start
public static void registerClassNames(java.util.List<java.lang.String>);
descriptor: (Ljava/util/List;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=5, args_size=1
start local 0 0: invokestatic com.sun.org.apache.xml.internal.security.utils.JavaUtils.checkRegisterPermission:()V
1: new java.util.ArrayList
dup
aload 0
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 1
start local 1 2: aload 0
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 8
StackMap locals: java.util.List java.util.List top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 2
start local 2 4: aload 2
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
5: astore 4
start local 4 6: aload 4
iconst_0
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setGlobalResolver:(Z)V
7: aload 1
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
aload 4
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 4 end local 2 8: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
9: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
aload 1
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 classNames Ljava/util/List<Ljava/lang/String;>;
2 11 1 keyResolverList Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;>;
4 8 2 className Ljava/lang/String;
6 8 4 keyResolverSpi Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
Exceptions:
throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
Signature: (Ljava/util/List<Ljava/lang/String;>;)V
MethodParameters:
Name Flags
classNames
public static void registerDefaultResolvers();
descriptor: ()V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=0
0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 0
start local 0 1: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RSAKeyValueResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RSAKeyValueResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
2: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DSAKeyValueResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DSAKeyValueResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509CertificateResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509CertificateResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SKIResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SKIResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
5: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
6: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SubjectNameResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SubjectNameResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
7: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509IssuerSerialResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509IssuerSerialResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
8: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.KeyInfoReferenceResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.KeyInfoReferenceResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
10: aload 0
new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver
dup
new com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509DigestResolver
dup
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509DigestResolver.<init>:()V
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
11: getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
aload 0
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
12: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
1 13 0 keyResolverList Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;>;
public java.security.PublicKey resolvePublicKey(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
aload 2
aload 3
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolvePublicKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 1 1 element Lorg/w3c/dom/Element;
0 1 2 baseURI Ljava/lang/String;
0 1 3 storage Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
Exceptions:
throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
MethodParameters:
Name Flags
element
baseURI
storage
public java.security.cert.X509Certificate resolveX509Certificate(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
aload 2
aload 3
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupResolveX509Certificate:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 1 1 element Lorg/w3c/dom/Element;
0 1 2 baseURI Ljava/lang/String;
0 1 3 storage Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
Exceptions:
throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
MethodParameters:
Name Flags
element
baseURI
storage
public javax.crypto.SecretKey resolveSecretKey(org.w3c.dom.Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljavax/crypto/SecretKey;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
aload 2
aload 3
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolveSecretKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljavax/crypto/SecretKey;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 1 1 element Lorg/w3c/dom/Element;
0 1 2 baseURI Ljava/lang/String;
0 1 3 storage Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
Exceptions:
throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
MethodParameters:
Name Flags
element
baseURI
storage
public void setProperty(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
aload 2
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineSetProperty:(Ljava/lang/String;Ljava/lang/String;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 2 1 key Ljava/lang/String;
0 2 2 value Ljava/lang/String;
MethodParameters:
Name Flags
key
value
public java.lang.String getProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineGetProperty:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 1 1 key Ljava/lang/String;
MethodParameters:
Name Flags
key
public boolean understandsProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
aload 1
invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.understandsProperty:(Ljava/lang/String;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
0 1 1 propertyToTest Ljava/lang/String;
MethodParameters:
Name Flags
propertyToTest
public java.lang.String resolverClassName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverSpi:Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolver;
public static java.util.Iterator<com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver$ResolverIterator
dup
getstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.resolverVector:Ljava/util/List;
invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver$ResolverIterator.<init>:(Ljava/util/List;)V
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
}
SourceFile: "KeyResolver.java"
NestMembers:
com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver$ResolverIterator
InnerClasses:
ResolverIterator = com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver$ResolverIterator of com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver