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> 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 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 threeArgCtr
        start local 2 // java.lang.reflect.Constructor fiveArgCtr
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* threeArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.threeArgCtr:Ljava/lang/reflect/Constructor;
         2: .line 54
            aload 0 /* this */
            aload 2 /* fiveArgCtr */
            putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fiveArgCtr:Ljava/lang/reflect/Constructor;
         3: .line 55
            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 62
            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 63
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 4 /* roe */
        start local 4 // java.lang.ReflectiveOperationException roe
         3: .line 64
            aload 4 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 4 // java.lang.ReflectiveOperationException roe
         4: .line 67
            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    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;
            3    4     4      roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException
    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 75
            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 76
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 5 /* roe */
        start local 5 // java.lang.ReflectiveOperationException roe
         3: .line 77
            aload 5 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 5 // java.lang.ReflectiveOperationException roe
         4: .line 80
            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    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;
            3    4     5      roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ReflectiveOperationException
    MethodParameters:
         Name  Flags
      isProxy  
      host     
      port     
      pw       

  private static boolean supportsTransparentAuth();
    descriptor: ()Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 89
            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 90
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 0 /* roe */
        start local 0 // java.lang.ReflectiveOperationException roe
         3: .line 91
            aload 0 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 0 // java.lang.ReflectiveOperationException roe
         4: .line 94
            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 102
            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 103
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 1 /* roe */
        start local 1 // java.lang.ReflectiveOperationException roe
         3: .line 104
            aload 1 /* roe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 1 // java.lang.ReflectiveOperationException roe
         4: .line 107
            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 120
            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 121
            aload 0 /* cl */
            ifnull 22
         2: .line 122
            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 123
            ldc Ljava/net/URL;
            aastore
            dup
            iconst_2
         4: .line 124
            ldc Ljava/net/PasswordAuthentication;
            aastore
         5: .line 122
            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 125
            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 126
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_2
         8: .line 127
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
         9: .line 128
            ldc Ljava/net/PasswordAuthentication;
            aastore
        10: .line 125
            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 129
            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 130
            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;
        13: .line 131
            new sun.net.www.protocol.http.NTLMAuthenticationProxy
            dup
            aload 1 /* threeArg */
        14: .line 132
            aload 2 /* fiveArg */
        15: .line 131
            invokespecial sun.net.www.protocol.http.NTLMAuthenticationProxy.<init>:(Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Constructor;)V
        16: areturn
        end local 2 // java.lang.reflect.Constructor fiveArg
        end local 1 // java.lang.reflect.Constructor threeArg
        end local 0 // java.lang.Class cl
        17: .line 134
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 3 /* cnfe */
        start local 3 // java.lang.ClassNotFoundException cnfe
        18: .line 135
            aload 3 /* cnfe */
            invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
        end local 3 // java.lang.ClassNotFoundException cnfe
        19: goto 22
        20: .line 136
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 3 /* roe */
        start local 3 // java.lang.ReflectiveOperationException roe
        21: .line 137
            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
        22: .line 140
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   17     0        cl  Ljava/lang/Class<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
            6   17     1  threeArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           11   17     2   fiveArg  Ljava/lang/reflect/Constructor<+Lsun/net/www/protocol/http/AuthenticationInfo;>;
           18   19     3      cnfe  Ljava/lang/ClassNotFoundException;
           21   22     3       roe  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0    16      17  Class java.lang.ClassNotFoundException
           0    16      20  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 144
            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 145
            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 146
            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 148
      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