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 final java.lang.String clazzStr;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "sun.net.www.protocol.http.NTLMAuthentication"

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

  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> threeArgCtr;
    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> fiveArgCtr;
    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 43
            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 44
            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 45
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supported:Z
            ifeq 5
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTA:Ljava/lang/reflect/Method;
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supportsTransparentAuth:(Ljava/lang/reflect/Method;)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 threeArgCtr
        start local 2 // java.lang.reflect.Constructor fiveArgCtr
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* threeArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.threeArgCtr:Ljava/lang/reflect/Constructor;
         2: .line 53
            aload 0 /* this */
            aload 2 /* fiveArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fiveArgCtr:Ljava/lang/reflect/Constructor;
         3: .line 54
            return
        end local 2 // java.lang.reflect.Constructor fiveArgCtr
        end local 1 // java.lang.reflect.Constructor threeArgCtr
        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  threeArgCtr  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
            0    4     2   fiveArgCtr  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
      threeArgCtr  
      fiveArgCtr   

  sun.net.www.protocol.http.AuthenticationInfo create(boolean, java.net.URL, java.net.PasswordAuthentication);
    descriptor: (ZLjava/net/URL;Ljava/net/PasswordAuthentication;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        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
         0: .line 61
            aload 0 /* this */
            getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.threeArgCtr:Ljava/lang/reflect/Constructor;
            iconst_3
            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
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
         1: areturn
         2: .line 62
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 4 /* roe */
        start local 4 // java.lang.InstantiationException roe
         3: .line 63
            aload 4 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 4 // java.lang.InstantiationException roe
         4: goto 10
         5: .line 64
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 4 /* roe */
        start local 4 // java.lang.reflect.InvocationTargetException roe
         6: .line 65
            aload 4 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 4 // java.lang.reflect.InvocationTargetException roe
         7: goto 10
         8: .line 66
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 4 /* roe */
        start local 4 // java.lang.IllegalAccessException roe
         9: .line 67
            aload 4 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 4 // java.lang.IllegalAccessException roe
        10: .line 70
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        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   11     0     this  Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            0   11     1  isProxy  Z
            0   11     2      url  Ljava/net/URL;
            0   11     3       pw  Ljava/net/PasswordAuthentication;
            3    4     4      roe  Ljava/lang/InstantiationException;
            6    7     4      roe  Ljava/lang/reflect/InvocationTargetException;
            9   10     4      roe  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InstantiationException
           0     1       5  Class java.lang.reflect.InvocationTargetException
           0     1       8  Class java.lang.IllegalAccessException
    MethodParameters:
         Name  Flags
      isProxy  
      url      
      pw       

  sun.net.www.protocol.http.AuthenticationInfo create(boolean, java.lang.String, int, java.net.PasswordAuthentication);
    descriptor: (ZLjava/lang/String;ILjava/net/PasswordAuthentication;)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.lang.String host
        start local 3 // int port
        start local 4 // java.net.PasswordAuthentication pw
         0: .line 78
            aload 0 /* this */
            getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fiveArgCtr: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 /* 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
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
         1: areturn
         2: .line 79
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 5 /* roe */
        start local 5 // java.lang.InstantiationException roe
         3: .line 80
            aload 5 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 5 // java.lang.InstantiationException roe
         4: goto 10
         5: .line 81
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 5 /* roe */
        start local 5 // java.lang.reflect.InvocationTargetException roe
         6: .line 82
            aload 5 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 5 // java.lang.reflect.InvocationTargetException roe
         7: goto 10
         8: .line 83
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 5 /* roe */
        start local 5 // java.lang.IllegalAccessException roe
         9: .line 84
            aload 5 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 5 // java.lang.IllegalAccessException roe
        10: .line 87
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        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   11     0     this  Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
            0   11     1  isProxy  Z
            0   11     2     host  Ljava/lang/String;
            0   11     3     port  I
            0   11     4       pw  Ljava/net/PasswordAuthentication;
            3    4     5      roe  Ljava/lang/InstantiationException;
            6    7     5      roe  Ljava/lang/reflect/InvocationTargetException;
            9   10     5      roe  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InstantiationException
           0     1       5  Class java.lang.reflect.InvocationTargetException
           0     1       8  Class java.lang.IllegalAccessException
    MethodParameters:
         Name  Flags
      isProxy  
      host     
      port     
      pw       

  private static boolean supportsTransparentAuth(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 96
            aload 0 /* 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 97
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* roe */
        start local 1 // java.lang.reflect.InvocationTargetException roe
         3: .line 98
            aload 1 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 1 // java.lang.reflect.InvocationTargetException roe
         4: goto 7
         5: .line 99
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* roe */
        start local 1 // java.lang.IllegalAccessException roe
         6: .line 100
            aload 1 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 1 // java.lang.IllegalAccessException roe
         7: .line 103
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0  method  Ljava/lang/reflect/Method;
            3    4     1     roe  Ljava/lang/reflect/InvocationTargetException;
            6    7     1     roe  Ljava/lang/IllegalAccessException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.reflect.InvocationTargetException
           0     1       5  Class java.lang.IllegalAccessException
    MethodParameters:
        Name  Flags
      method  

  private static sun.net.www.protocol.http.NTLMAuthenticationProxy tryLoadNTLMAuthentication();
    descriptor: ()Lsun/net/www/protocol/http/NTLMAuthenticationProxy;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=0
         0: .line 116
            ldc "sun.net.www.protocol.http.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 117
            aload 0 /* cl */
            ifnull 21
         2: .line 118
            aload 0 /* cl */
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
         3: .line 119
            ldc Ljava/net/URL;
            aastore
            dup
            iconst_2
         4: .line 120
            ldc Ljava/net/PasswordAuthentication;
            aastore
         5: .line 118
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 1 /* threeArg */
        start local 1 // java.lang.reflect.Constructor threeArg
         6: .line 121
            aload 0 /* cl */
            iconst_4
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
         7: .line 122
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_2
         8: .line 123
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
         9: .line 124
            ldc Ljava/net/PasswordAuthentication;
            aastore
        10: .line 121
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* fiveArg */
        start local 2 // java.lang.reflect.Constructor fiveArg
        11: .line 125
            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;
        12: .line 126
            new sun.net.www.protocol.http.NTLMAuthenticationProxy
            dup
            aload 1 /* threeArg */
        13: .line 127
            aload 2 /* fiveArg */
        14: .line 126
            invokespecial sun.net.www.protocol.http.NTLMAuthenticationProxy.<init>:(Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Constructor;)V
        15: areturn
        end local 2 // java.lang.reflect.Constructor fiveArg
        end local 1 // java.lang.reflect.Constructor threeArg
        end local 0 // java.lang.Class cl
        16: .line 129
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 3 /* cnfe */
        start local 3 // java.lang.ClassNotFoundException cnfe
        17: .line 130
            aload 3 /* cnfe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.log:(Ljava/lang/Exception;)V
        end local 3 // java.lang.ClassNotFoundException cnfe
        18: goto 21
        19: .line 131
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 3 /* roe */
        start local 3 // java.lang.NoSuchMethodException roe
        20: .line 132
            new java.lang.AssertionError
            dup
            aload 3 /* roe */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 3 // java.lang.NoSuchMethodException roe
        21: .line 135
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   16     0        cl  Ljava/lang/Class<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
            6   16     1  threeArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           11   16     2   fiveArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           17   18     3      cnfe  Ljava/lang/ClassNotFoundException;
           20   21     3       roe  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0    15      16  Class java.lang.ClassNotFoundException
           0    15      19  Class java.lang.NoSuchMethodException

  static void log(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Exception e
         0: .line 139
            ldc "FINEST"
            invokestatic sun.net.www.http.HttpCapture.isLoggable:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 140
            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;
            invokestatic sun.net.www.http.HttpCapture.finest:(Ljava/lang/String;)V
         2: .line 142
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.Exception e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "NTLMAuthenticationProxy.java"