public class com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP extends com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP
  super_class: com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi
{
  static java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x0008) ACC_STATIC

  private static final java.lang.String[] properties;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int HttpProxyHost;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int HttpProxyPort;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int HttpProxyUser;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int HttpProxyPass;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int HttpBasicUser;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int HttpBasicPass;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 66
            ldc Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         1: .line 65
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         2: .line 64
            putstatic com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP.log:Ljava/util/logging/Logger;
         3: .line 70
            bipush 6
            anewarray java.lang.String
            dup
            iconst_0
            ldc "http.proxy.host"
            aastore
            dup
            iconst_1
            ldc "http.proxy.port"
            aastore
            dup
            iconst_2
         4: .line 71
            ldc "http.proxy.username"
            aastore
            dup
            iconst_3
         5: .line 72
            ldc "http.proxy.password"
            aastore
            dup
            iconst_4
         6: .line 73
            ldc "http.basic.username"
            aastore
            dup
            iconst_5
         7: .line 74
            ldc "http.basic.password"
            aastore
         8: .line 69
            putstatic com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP.properties:[Ljava/lang/String;
         9: .line 92
            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.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 61
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi.<init>:()V
            return
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;

  public boolean engineIsThreadSafe();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 95
            iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;

  public com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput engineResolve(Attr, java.lang.String);
    descriptor: (LAttr;Ljava/lang/String;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAttr cannot be resolved to a type\n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException
    MethodParameters:
         Name  Flags
      uri      
      BaseURI  

  public boolean engineCanResolve(Attr, java.lang.String);
    descriptor: (LAttr;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 253
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAttr cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;
    MethodParameters:
         Name  Flags
      uri      
      BaseURI  

  public java.lang.String[] engineGetPropertyKeys();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 292
            getstatic com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP.properties:[Ljava/lang/String;
            invokevirtual java.lang.String[].clone:()Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;

  private URI getNewURI(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)LURI;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
         0: .line 295
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n\tURI cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/utils/resolver/implementations/ResolverDirectHTTP;
    Exceptions:
      throws URI.MalformedURIException
    MethodParameters:
         Name  Flags
      uri      
      BaseURI  

  public boolean engineCanResolve(Attr, java.lang.String);
    descriptor: (LAttr;Ljava/lang/String;)Z
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type ResolverDirectHTTP must implement the inherited abstract method ResourceResolverSpi.engineCanResolve(Attr, String)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            

  public com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput engineResolve(Attr, java.lang.String);
    descriptor: (LAttr;Ljava/lang/String;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type ResolverDirectHTTP must implement the inherited abstract method ResourceResolverSpi.engineResolve(Attr, String)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverException
    MethodParameters:
      Name  Flags
            
            
}
SourceFile: "ResolverDirectHTTP.java"