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: 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: 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: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fourArgCtr:Ljava/lang/reflect/Constructor;
2: aload 0
aload 2
putfield sun.net.www.protocol.http.NTLMAuthenticationProxy.sixArgCtr:Ljava/lang/reflect/Constructor;
3: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.fourArgCtr:Ljava/lang/reflect/Constructor;
iconst_4
anewarray java.lang.Object
dup
iconst_0
iload 1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aastore
dup
iconst_1
aload 2
aastore
dup
iconst_2
aload 3
aastore
dup
iconst_3
aload 4
aastore
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.net.www.protocol.http.AuthenticationInfo
1: areturn
2: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 5
start local 5 3: aload 5
invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
end local 5 4: aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield sun.net.www.protocol.http.NTLMAuthenticationProxy.sixArgCtr:Ljava/lang/reflect/Constructor;
iconst_5
anewarray java.lang.Object
dup
iconst_0
iload 1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
aastore
dup
iconst_1
aload 2
aastore
dup
iconst_2
iload 3
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_3
aload 4
aastore
dup
iconst_4
aload 5
aastore
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast sun.net.www.protocol.http.AuthenticationInfo
1: areturn
2: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 6
start local 6 3: aload 6
invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
end local 6 4: aconst_null
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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: 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: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 0
start local 0 3: aload 0
invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
end local 0 4: 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 0: 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
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: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 1
start local 1 3: aload 1
invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
end local 1 4: iconst_0
ireturn
end local 0 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: 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
start local 0 1: aload 0
ifnull 24
2: aload 0
iconst_4
anewarray java.lang.Class
dup
iconst_0
getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
aastore
dup
iconst_1
3: ldc Ljava/net/URL;
aastore
dup
iconst_2
4: ldc Ljava/net/PasswordAuthentication;
aastore
dup
iconst_3
5: ldc Ljava/lang/String;
aastore
6: invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
astore 1
start local 1 7: aload 0
iconst_5
anewarray java.lang.Class
dup
iconst_0
getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
aastore
dup
iconst_1
8: ldc Ljava/lang/String;
aastore
dup
iconst_2
9: getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
aastore
dup
iconst_3
10: ldc Ljava/net/PasswordAuthentication;
aastore
dup
iconst_4
11: ldc Ljava/lang/String;
aastore
12: invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
astore 2
start local 2 13: aload 0
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: aload 0
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: new sun.net.www.protocol.http.NTLMAuthenticationProxy
dup
aload 1
16: aload 2
17: invokespecial sun.net.www.protocol.http.NTLMAuthenticationProxy.<init>:(Ljava/lang/reflect/Constructor;Ljava/lang/reflect/Constructor;)V
18: areturn
end local 2 end local 1 end local 0 19: StackMap locals:
StackMap stack: java.lang.ClassNotFoundException
astore 3
start local 3 20: aload 3
invokestatic sun.net.www.protocol.http.NTLMAuthenticationProxy.finest:(Ljava/lang/Exception;)V
end local 3 21: goto 24
22: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 3
start local 3 23: new java.lang.AssertionError
dup
aload 3
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 3 24: 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 0: invokestatic sun.net.www.protocol.http.HttpURLConnection.getHttpLogger:()Lsun/util/logging/PlatformLogger;
astore 1
start local 1 1: aload 1
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: aload 1
new java.lang.StringBuilder
dup
ldc "NTLMAuthenticationProxy: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
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: StackMap locals: sun.util.logging.PlatformLogger
StackMap stack:
return
end local 1 end local 0 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