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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // byte[] data
         0: .line 135
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 136
            aload 0 /* this */
            aload 1 /* data */
            putfield com.sun.security.ntlm.NTLM$Reader.internal:[B
         2: .line 137
            return
        end local 1 // byte[] data
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // int offset
         0: .line 141
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            baload
            sipush 255
            iand
         1: .line 142
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 141
            iadd
         3: .line 143
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 141
            iadd
         5: .line 144
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            iconst_3
            iadd
            baload
            sipush 255
            iand
            bipush 24
            ishl
         6: .line 141
            iadd
         7: ireturn
         8: .line 145
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         9: .line 146
            new com.sun.security.ntlm.NTLMException
            dup
            iconst_1
        10: .line 147
            ldc "Input message incorrect size"
        11: .line 146
            invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
            athrow
        end local 1 // int offset
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // int offset
         0: .line 153
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            baload
            sipush 255
            iand
         1: .line 154
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            ldc 65280
            iand
         2: .line 153
            iadd
         3: ireturn
         4: .line 155
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         5: .line 156
            new com.sun.security.ntlm.NTLMException
            dup
            iconst_1
         6: .line 157
            ldc "Input message incorrect size"
         7: .line 156
            invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
            athrow
        end local 1 // int offset
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // int offset
        start local 2 // int len
         0: .line 163
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 1 /* offset */
            iload 1 /* offset */
            iload 2 /* len */
            iadd
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
         1: areturn
         2: .line 164
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         3: .line 165
            new com.sun.security.ntlm.NTLMException
            dup
            iconst_1
         4: .line 166
            ldc "Input message incorrect size"
         5: .line 165
            invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
            athrow
        end local 2 // int len
        end local 1 // int offset
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // int offset
         0: .line 171
            aload 0 /* this */
            iload 1 /* offset */
            iconst_4
            iadd
            invokevirtual com.sun.security.ntlm.NTLM$Reader.readInt:(I)I
            istore 2 /* pos */
        start local 2 // int pos
         1: .line 172
            iload 2 /* pos */
            ifne 2
            iconst_0
            newarray 8
            areturn
         2: .line 175
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.security.ntlm.NTLM$Reader.internal:[B
            iload 2 /* pos */
            iload 2 /* pos */
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual com.sun.security.ntlm.NTLM$Reader.readShort:(I)I
            iadd
         3: .line 174
            invokestatic java.util.Arrays.copyOfRange:([BII)[B
         4: areturn
         5: .line 176
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         6: .line 177
            new com.sun.security.ntlm.NTLMException
            dup
            iconst_1
         7: .line 178
            ldc "Input message incorrect size"
         8: .line 177
            invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
            athrow
        end local 2 // int pos
        end local 1 // int offset
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      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 // com.sun.security.ntlm.NTLM$Reader this
        start local 1 // int offset
        start local 2 // boolean unicode
         0: .line 184
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual com.sun.security.ntlm.NTLM$Reader.readSecurityBuffer:(I)[B
            astore 3 /* raw */
        start local 3 // byte[] raw
         1: .line 186
            aload 3 /* raw */
            ifnonnull 2
            aconst_null
            goto 6
      StackMap locals: byte[]
      StackMap stack:
         2: new java.lang.String
            dup
         3: .line 187
            aload 3 /* raw */
            iload 2 /* unicode */
            ifeq 4
            ldc "UnicodeLittleUnmarked"
            goto 5
      StackMap locals: com.sun.security.ntlm.NTLM$Reader int int byte[]
      StackMap stack: new 2 new 2 byte[]
         4: ldc "ISO8859_1"
      StackMap locals: com.sun.security.ntlm.NTLM$Reader int int byte[]
      StackMap stack: new 2 new 2 byte[] java.lang.String
         5: invokespecial java.lang.String.<init>:([BLjava/lang/String;)V
         6: .line 186
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
         7: .line 188
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            pop
         8: .line 189
            new com.sun.security.ntlm.NTLMException
            dup
            iconst_1
         9: .line 190
            ldc "Invalid input encoding"
        10: .line 189
            invokespecial com.sun.security.ntlm.NTLMException.<init>:(ILjava/lang/String;)V
            athrow
        end local 3 // byte[] raw
        end local 2 // boolean unicode
        end local 1 // int offset
        end local 0 // com.sun.security.ntlm.NTLM$Reader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/security/ntlm/NTLM$Reader;
            0   11     1   offset  I
            0   11     2  unicode  Z
            1   11     3      raw  [B
      Exception table:
        from    to  target  type
           1     6       7  Class java.io.UnsupportedEncodingException
    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