public class com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
  super_class: java.lang.Object
{
  private static final com.sun.org.slf4j.internal.Logger LOG;
    descriptor: Lcom/sun/org/slf4j/internal/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.util.List<com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi> storageResolvers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            ldc Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            invokestatic com.sun.org.slf4j.internal.LoggerFactory.getLogger:(Ljava/lang/Class;)Lcom/sun/org/slf4j/internal/Logger;
         1: .line 41
            putstatic com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.LOG:Lcom/sun/org/slf4j/internal/Logger;
         2: .line 42
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;

  public void <init>(com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi resolver
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* resolver */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.add:(Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;)V
         2: .line 60
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi resolver
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    3     1  resolver  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;
    MethodParameters:
          Name  Flags
      resolver  

  public void add(com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi resolver
         0: .line 68
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.storageResolvers:Ljava/util/List;
            ifnonnull 2
         1: .line 69
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.storageResolvers:Ljava/util/List;
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.storageResolvers:Ljava/util/List;
            aload 1 /* resolver */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 72
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverSpi resolver
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    4     1  resolver  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;
    MethodParameters:
          Name  Flags
      resolver  

  public void <init>(java.security.KeyStore);
    descriptor: (Ljava/security/KeyStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // java.security.KeyStore keyStore
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* keyStore */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.add:(Ljava/security/KeyStore;)V
         2: .line 81
            return
        end local 1 // java.security.KeyStore keyStore
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    3     1  keyStore  Ljava/security/KeyStore;
    MethodParameters:
          Name  Flags
      keyStore  

  public void add(java.security.KeyStore);
    descriptor: (Ljava/security/KeyStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // java.security.KeyStore keyStore
         0: .line 90
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.storage.implementations.KeyStoreResolver
            dup
            aload 1 /* keyStore */
            invokespecial com.sun.org.apache.xml.internal.security.keys.storage.implementations.KeyStoreResolver.<init>:(Ljava/security/KeyStore;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.add:(Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;)V
         1: .line 91
            goto 4
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverException
         2: astore 2 /* ex */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverException ex
         3: .line 92
            getstatic com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Could not add KeyStore because of: "
            aload 2 /* ex */
            invokevirtual com.sun.org.slf4j.internal.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverException ex
         4: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.KeyStore keyStore
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    5     1  keyStore  Ljava/security/KeyStore;
            3    4     2        ex  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.sun.org.apache.xml.internal.security.keys.storage.StorageResolverException
    MethodParameters:
          Name  Flags
      keyStore  

  public void <init>(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // java.security.cert.X509Certificate x509certificate
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* x509certificate */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.add:(Ljava/security/cert/X509Certificate;)V
         2: .line 103
            return
        end local 1 // java.security.cert.X509Certificate x509certificate
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    3     1  x509certificate  Ljava/security/cert/X509Certificate;
    MethodParameters:
                 Name  Flags
      x509certificate  

  public void add(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
        start local 1 // java.security.cert.X509Certificate x509certificate
         0: .line 111
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.storage.implementations.SingleCertificateResolver
            dup
            aload 1 /* x509certificate */
            invokespecial com.sun.org.apache.xml.internal.security.keys.storage.implementations.SingleCertificateResolver.<init>:(Ljava/security/cert/X509Certificate;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.add:(Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolverSpi;)V
         1: .line 112
            return
        end local 1 // java.security.cert.X509Certificate x509certificate
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            0    2     1  x509certificate  Ljava/security/cert/X509Certificate;
    MethodParameters:
                 Name  Flags
      x509certificate  

  public java.util.Iterator<java.security.cert.Certificate> getIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
         0: .line 119
            new com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver$StorageResolverIterator
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            invokespecial com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver$StorageResolverIterator.<init>:(Ljava/util/Iterator;)V
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
    Signature: ()Ljava/util/Iterator<Ljava/security/cert/Certificate;>;
}
SourceFile: "StorageResolver.java"
NestMembers:
  com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver$StorageResolverIterator
InnerClasses:
  StorageResolverIterator = com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver$StorageResolverIterator of com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver