class com.sun.security.ntlm.NTLM$Reader
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.security.ntlm.NTLM$Reader
super_class: java.lang.Object
{
private final byte[] internal;
descriptor: [B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(byte[]);
descriptor: ([B)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.security.ntlm.NTLM$Reader.internal:[B
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 3 1 data [B
MethodParameters:
Name Flags
data
int readInt(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
baload
sipush 255
iand
1: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
iconst_1
iadd
baload
sipush 255
iand
bipush 8
ishl
2: iadd
3: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
iconst_2
iadd
baload
sipush 255
iand
bipush 16
ishl
4: iadd
5: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
iconst_3
iadd
baload
sipush 255
iand
bipush 24
ishl
6: iadd
7: ireturn
8: StackMap locals:
StackMap stack: java.lang.ArrayIndexOutOfBoundsException
pop
9: new com.sun.security.ntlm.NTLMException
dup
iconst_1
10: ldc "Input message incorrect size"
11: invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 12 1 offset I
Exception table:
from to target type
0 7 8 Class java.lang.ArrayIndexOutOfBoundsException
Exceptions:
throws com.sun.security.ntlm.NTLMException
MethodParameters:
Name Flags
offset
int readShort(int);
descriptor: (I)I
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
baload
sipush 255
iand
1: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
iconst_1
iadd
baload
sipush 255
iand
bipush 8
ishl
2: iadd
3: ireturn
4: StackMap locals:
StackMap stack: java.lang.ArrayIndexOutOfBoundsException
pop
5: new com.sun.security.ntlm.NTLMException
dup
iconst_1
6: ldc "Input message incorrect size"
7: invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 8 1 offset I
Exception table:
from to target type
0 3 4 Class java.lang.ArrayIndexOutOfBoundsException
Exceptions:
throws com.sun.security.ntlm.NTLMException
MethodParameters:
Name Flags
offset
byte[] readBytes(int, int);
descriptor: (II)[B
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 1
iload 1
iload 2
iadd
invokestatic java.util.Arrays.copyOfRange:([BII)[B
1: areturn
2: StackMap locals:
StackMap stack: java.lang.ArrayIndexOutOfBoundsException
pop
3: new com.sun.security.ntlm.NTLMException
dup
iconst_1
4: ldc "Input message incorrect size"
5: invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 6 1 offset I
0 6 2 len I
Exception table:
from to target type
0 1 2 Class java.lang.ArrayIndexOutOfBoundsException
Exceptions:
throws com.sun.security.ntlm.NTLMException
MethodParameters:
Name Flags
offset
len
byte[] readSecurityBuffer(int);
descriptor: (I)[B
flags: (0x0000)
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_4
iadd
invokevirtual com.sun.security.ntlm.NTLM$Reader.readInt:(I)I
istore 2
start local 2 1: iload 2
ifne 2
iconst_0
newarray 8
areturn
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
iload 2
iload 2
aload 0
iload 1
invokevirtual com.sun.security.ntlm.NTLM$Reader.readShort:(I)I
iadd
3: invokestatic java.util.Arrays.copyOfRange:([BII)[B
4: areturn
5: StackMap locals:
StackMap stack: java.lang.ArrayIndexOutOfBoundsException
pop
6: new com.sun.security.ntlm.NTLMException
dup
iconst_1
7: ldc "Input message incorrect size"
8: invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 9 1 offset I
1 9 2 pos I
Exception table:
from to target type
2 4 5 Class java.lang.ArrayIndexOutOfBoundsException
Exceptions:
throws com.sun.security.ntlm.NTLMException
MethodParameters:
Name Flags
offset
java.lang.String readSecurityBuffer(int, boolean);
descriptor: (IZ)Ljava/lang/String;
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual com.sun.security.ntlm.NTLM$Reader.readSecurityBuffer:(I)[B
astore 3
start local 3 1: aload 3
ifnonnull 2
aconst_null
goto 6
StackMap locals: byte[]
StackMap stack:
2: new java.lang.String
dup
3: aload 3
iload 2
ifeq 4
getstatic java.nio.charset.StandardCharsets.UTF_16LE:Ljava/nio/charset/Charset;
goto 5
4: StackMap locals: com.sun.security.ntlm.NTLM$Reader int int byte[]
StackMap stack: new 2 new 2 byte[]
getstatic java.nio.charset.StandardCharsets.ISO_8859_1:Ljava/nio/charset/Charset;
StackMap locals: com.sun.security.ntlm.NTLM$Reader int int byte[]
StackMap stack: new 2 new 2 byte[] java.nio.charset.Charset
5: invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
6: StackMap locals:
StackMap stack: java.lang.String
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/security/ntlm/NTLM$Reader;
0 7 1 offset I
0 7 2 unicode Z
1 7 3 raw [B
Exceptions:
throws com.sun.security.ntlm.NTLMException
MethodParameters:
Name Flags
offset
unicode
}
SourceFile: "NTLM.java"
NestHost: com.sun.security.ntlm.NTLM
InnerClasses:
Reader = com.sun.security.ntlm.NTLM$Reader of com.sun.security.ntlm.NTLM