class com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 implements java.util.Enumeration<java.net.URL>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
         0: .line 118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/ClassLoaderUtils$1;

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
         0: .line 120
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/ClassLoaderUtils$1;

  public java.net.URL nextElement();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
         0: .line 123
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/ClassLoaderUtils$1;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1.nextElement:()Ljava/net/URL;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Enumeration<Ljava/net/URL;>;
SourceFile: "ClassLoaderUtils.java"
EnclosingMethod: com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils.getResources:(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;
NestHost: com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils
InnerClasses:
  com.sun.org.apache.xml.internal.security.algorithms.ClassLoaderUtils$1