class sun.net.www.protocol.http.NTLMAuthenticationProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.NTLMAuthenticationProxy
  super_class: java.lang.Object
{
  private static java.lang.reflect.Method supportsTA;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.reflect.Method isTrustedSite;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final java.lang.String clazzStr;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.net.www.protocol.http.ntlm.NTLMAuthentication"

  private static final java.lang.String supportsTAStr;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "supportsTransparentAuth"

  private static final java.lang.String isTrustedSiteStr;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "isTrustedSite"

  static final sun.net.www.protocol.http.NTLMAuthenticationProxy proxy;
    descriptor: Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean supported;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean supportsTransparentAuth;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final java.lang.reflect.Constructor<? extends sun.net.www.protocol.http.AuthenticationInfo> fourArgCtr;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;

  private final java.lang.reflect.Constructor<? extends sun.net.www.protocol.http.AuthenticationInfo> sixArgCtr;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.tryLoadNTLMAuthentication:()Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            putstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.proxy:Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
         1: .line 45
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.proxy:Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            ifnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: putstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supported:Z
         4: .line 46
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supported:Z
            ifeq 5
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTransparentAuth:()Z
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: putstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTransparentAuth:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.reflect.Constructor<? extends sun.net.www.protocol.http.AuthenticationInfo>, java.lang.reflect.Constructor<? extends sun.net.www.protocol.http.AuthenticationInfo>);
    descriptor: (Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Constructor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
        start local 1 // java.lang.reflect.Constructor fourArgCtr
        start local 2 // java.lang.reflect.Constructor sixArgCtr
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* fourArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fourArgCtr:Ljava/lang/reflect/Constructor;
         2: .line 54
            aload 0 /* this */
            aload 2 /* sixArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.sixArgCtr:Ljava/lang/reflect/Constructor;
         3: .line 55
            return
        end local 2 // java.lang.reflect.Constructor sixArgCtr
        end local 1 // java.lang.reflect.Constructor fourArgCtr
        end local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            0    4     1  fourArgCtr  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
            0    4     2   sixArgCtr  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
    Signature: (Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;)V
    MethodParameters:
            Name  Flags
      fourArgCtr  
      sixArgCtr   

  sun.net.www.protocol.http.AuthenticationInfo create(boolean, java.net.URL, java.net.PasswordAuthentication, java.lang.String);
    descriptor: (ZLjava/net/URL;Ljava/net/PasswordAuthentication;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
        start local 1 // boolean isProxy
        start local 2 // java.net.URL url
        start local 3 // java.net.PasswordAuthentication pw
        start local 4 // java.lang.String authenticatorKey
         0: .line 63
            aload 0 /* this */
            getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fourArgCtr:Ljava/lang/reflect/Constructor;
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* isProxy */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_1
            aload 2 /* url */
            aastore
            dup
            iconst_2
            aload 3 /* pw */
            aastore
            dup
            iconst_3
            aload 4 /* authenticatorKey */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
         1: areturn
         2: .line 64
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 5 /* roe */
        start local 5 // java.lang.ReflectiveOperationException roe
         3: .line 65
            aload 5 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 5 // java.lang.ReflectiveOperationException roe
         4: .line 68
            aconst_null
            areturn
        end local 4 // java.lang.String authenticatorKey
        end local 3 // java.net.PasswordAuthentication pw
        end local 2 // java.net.URL url
        end local 1 // boolean isProxy
        end local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            0    5     1           isProxy  Z
            0    5     2               url  Ljava/net/URL;
            0    5     3                pw  Ljava/net/PasswordAuthentication;
            0    5     4  authenticatorKey  Ljava/lang/String;
            3    4     5               roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException
    MethodParameters:
                  Name  Flags
      isProxy           
      url               
      pw                
      authenticatorKey  

  sun.net.www.protocol.http.AuthenticationInfo create(boolean, java.lang.String, int, java.net.PasswordAuthentication, java.lang.String);
    descriptor: (ZLjava/lang/String;ILjava/net/PasswordAuthentication;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
        start local 1 // boolean isProxy
        start local 2 // java.lang.String host
        start local 3 // int port
        start local 4 // java.net.PasswordAuthentication pw
        start local 5 // java.lang.String authenticatorKey
         0: .line 77
            aload 0 /* this */
            getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.sixArgCtr:Ljava/lang/reflect/Constructor;
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* isProxy */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_1
            aload 2 /* host */
            aastore
            dup
            iconst_2
            iload 3 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 4 /* pw */
            aastore
            dup
            iconst_4
            aload 5 /* authenticatorKey */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
         1: areturn
         2: .line 78
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 6 /* roe */
        start local 6 // java.lang.ReflectiveOperationException roe
         3: .line 79
            aload 6 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 6 // java.lang.ReflectiveOperationException roe
         4: .line 82
            aconst_null
            areturn
        end local 5 // java.lang.String authenticatorKey
        end local 4 // java.net.PasswordAuthentication pw
        end local 3 // int port
        end local 2 // java.lang.String host
        end local 1 // boolean isProxy
        end local 0 // sun.net.www.protocol.http.NTLMAuthenticationProxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            0    5     1           isProxy  Z
            0    5     2              host  Ljava/lang/String;
            0    5     3              port  I
            0    5     4                pw  Ljava/net/PasswordAuthentication;
            0    5     5  authenticatorKey  Ljava/lang/String;
            3    4     6               roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException
    MethodParameters:
                  Name  Flags
      isProxy           
      host              
      port              
      pw                
      authenticatorKey  

  private static boolean supportsTransparentAuth();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 91
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTA:Ljava/lang/reflect/Method;
            aconst_null
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         1: ireturn
         2: .line 92
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 0 /* roe */
        start local 0 // java.lang.ReflectiveOperationException roe
         3: .line 93
            aload 0 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 0 // java.lang.ReflectiveOperationException roe
         4: .line 96
            iconst_0
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    4     0   roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException

  public static boolean isTrustedSite(java.net.URL);
    descriptor: (Ljava/net/URL;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.net.URL url
         0: .line 104
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.isTrustedSite:Ljava/lang/reflect/Method;
            aconst_null
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* url */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
         1: ireturn
         2: .line 105
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 1 /* roe */
        start local 1 // java.lang.ReflectiveOperationException roe
         3: .line 106
            aload 1 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 1 // java.lang.ReflectiveOperationException roe
         4: .line 109
            iconst_0
            ireturn
        end local 0 // java.net.URL url
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   url  Ljava/net/URL;
            3    4     1   roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException
    MethodParameters:
      Name  Flags
      url   

  private static sun.net.www.protocol.http.NTLMAuthenticationProxy tryLoadNTLMAuthentication();
    descriptor: ()Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=0
         0: .line 122
            ldc "sun.net.www.protocol.http.ntlm.NTLMAuthentication"
            iconst_1
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 0 /* cl */
        start local 0 // java.lang.Class cl
         1: .line 123
            aload 0 /* cl */
            ifnull 24
         2: .line 124
            aload 0 /* cl */
            iconst_4
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
         3: .line 125
            ldc Ljava/net/URL;
            aastore
            dup
            iconst_2
         4: .line 126
            ldc Ljava/net/PasswordAuthentication;
            aastore
            dup
            iconst_3
         5: .line 127
            ldc Ljava/lang/String;
            aastore
         6: .line 124
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 1 /* fourArg */
        start local 1 // java.lang.reflect.Constructor fourArg
         7: .line 128
            aload 0 /* cl */
            iconst_5
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
         8: .line 129
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_2
         9: .line 130
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
        10: .line 131
            ldc Ljava/net/PasswordAuthentication;
            aastore
            dup
            iconst_4
        11: .line 132
            ldc Ljava/lang/String;
            aastore
        12: .line 128
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* sixArg */
        start local 2 // java.lang.reflect.Constructor sixArg
        13: .line 133
            aload 0 /* cl */
            ldc "supportsTransparentAuth"
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTA:Ljava/lang/reflect/Method;
        14: .line 134
            aload 0 /* cl */
            ldc "isTrustedSite"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/net/URL;
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.isTrustedSite:Ljava/lang/reflect/Method;
        15: .line 135
            new sun.net.www.protocol.http.NTLMAuthenticationProxy
            dup
            aload 1 /* fourArg */
        16: .line 136
            aload 2 /* sixArg */
        17: .line 135
            invokespecial sun.net.www.protocol.http.NTLMAuthenticationProxy.<init>:(Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Constructor;)V
        18: areturn
        end local 2 // java.lang.reflect.Constructor sixArg
        end local 1 // java.lang.reflect.Constructor fourArg
        end local 0 // java.lang.Class cl
        19: .line 138
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 3 /* cnfe */
        start local 3 // java.lang.ClassNotFoundException cnfe
        20: .line 139
            aload 3 /* cnfe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 3 // java.lang.ClassNotFoundException cnfe
        21: goto 24
        22: .line 140
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 3 /* roe */
        start local 3 // java.lang.ReflectiveOperationException roe
        23: .line 141
            new java.lang.AssertionError
            dup
            aload 3 /* roe */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.ReflectiveOperationException roe
        24: .line 144
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            1   19     0       cl  Ljava/lang/Class<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
            7   19     1  fourArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           13   19     2   sixArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           20   21     3     cnfe  Ljava/lang/ClassNotFoundException;
           23   24     3      roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0    18      19  Class java.lang.ClassNotFoundException
           0    18      22  Class java.lang.ReflectiveOperationException

  static void finest(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.lang.Exception e
         0: .line 148
            invokestatic sun.net.www.protocol.http.HttpURLConnection.getHttpLogger:()Lsun/util/logging/PlatformLogger;
            astore 1 /* logger */
        start local 1 // sun.util.logging.PlatformLogger logger
         1: .line 149
            aload 1 /* logger */
            getstatic sun.util.logging.PlatformLogger$Level.FINEST:Lsun/util/logging/PlatformLogger$Level;
            invokevirtual sun.util.logging.PlatformLogger.isLoggable:(Lsun/util/logging/PlatformLogger$Level;)Z
            ifeq 3
         2: .line 150
            aload 1 /* logger */
            new java.lang.StringBuilder
            dup
            ldc "NTLMAuthenticationProxy: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.util.logging.PlatformLogger.finest:(Ljava/lang/String;)V
         3: .line 152
      StackMap locals: sun.util.logging.PlatformLogger
      StackMap stack:
            return
        end local 1 // sun.util.logging.PlatformLogger logger
        end local 0 // java.lang.Exception e
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       e  Ljava/lang/Exception;
            1    4     1  logger  Lsun/util/logging/PlatformLogger;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "NTLMAuthenticationProxy.java"
InnerClasses:
  public final Level = sun.util.logging.PlatformLogger$Level of sun.util.logging.PlatformLogger