class org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage
  super_class: java.lang.Object
{
  protected byte[] messageContents;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  protected int currentOutputPosition;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1082
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1076
            aload 0 /* this */
            aconst_null
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
         2: .line 1079
            aload 0 /* this */
            iconst_0
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
         3: .line 1083
            return
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;

  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // java.lang.String messageBody
        start local 2 // int expectedType
         0: .line 1087
            aload 0 /* this */
            aload 1 /* messageBody */
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            invokestatic org.apache.commons.codec.binary.Base64.decodeBase64:([B)[B
            iload 2 /* expectedType */
            invokespecial org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.<init>:([BI)V
         1: .line 1088
            return
        end local 2 // int expectedType
        end local 1 // java.lang.String messageBody
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    2     1   messageBody  Ljava/lang/String;
            0    2     2  expectedType  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
              Name  Flags
      messageBody   final
      expectedType  final

  void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // byte[] message
        start local 2 // int expectedType
         0: .line 1091
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1076
            aload 0 /* this */
            aconst_null
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
         2: .line 1079
            aload 0 /* this */
            iconst_0
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
         3: .line 1092
            aload 0 /* this */
            aload 1 /* message */
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
         4: .line 1094
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            arraylength
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            arraylength
            if_icmpge 6
         5: .line 1095
            new org.apache.http.impl.auth.NTLMEngineException
            dup
            ldc "NTLM message decoding error - packet too short"
            invokespecial org.apache.http.impl.auth.NTLMEngineException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1097
      StackMap locals: org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage byte[] int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: .line 1098
            goto 13
         8: .line 1099
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 3 /* i */
            baload
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            iload 3 /* i */
            baload
            if_icmpeq 12
         9: .line 1100
            new org.apache.http.impl.auth.NTLMEngineException
            dup
        10: .line 1101
            ldc "NTLM message expected - instead got unrecognized bytes"
        11: .line 1100
            invokespecial org.apache.http.impl.auth.NTLMEngineException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1103
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        13: .line 1098
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            arraylength
            if_icmplt 8
        14: .line 1107
            aload 0 /* this */
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            arraylength
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.readULong:(I)I
            istore 4 /* type */
        start local 4 // int type
        15: .line 1108
            iload 4 /* type */
            iload 2 /* expectedType */
            if_icmpeq 19
        16: .line 1109
            new org.apache.http.impl.auth.NTLMEngineException
            dup
            new java.lang.StringBuilder
            dup
            ldc "NTLM type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* expectedType */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 1110
            ldc " message expected - instead got type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* type */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 1109
            invokespecial org.apache.http.impl.auth.NTLMEngineException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 1113
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            arraylength
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
        20: .line 1114
            return
        end local 4 // int type
        end local 3 // int i
        end local 2 // int expectedType
        end local 1 // byte[] message
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0   21     1       message  [B
            0   21     2  expectedType  I
            7   21     3             i  I
           15   21     4          type  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
              Name  Flags
      message       final
      expectedType  final

  protected int getPreambleLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1121
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            arraylength
            iconst_4
            iadd
            ireturn
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;

  protected int getMessageLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1126
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            ireturn
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;

  protected byte readByte(int);
    descriptor: (I)B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int position
         0: .line 1131
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            arraylength
            iload 1 /* position */
            iconst_1
            iadd
            if_icmpge 2
         1: .line 1132
            new org.apache.http.impl.auth.NTLMEngineException
            dup
            ldc "NTLM: Message too short"
            invokespecial org.apache.http.impl.auth.NTLMEngineException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 1 /* position */
            baload
            ireturn
        end local 1 // int position
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    3     1  position  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
          Name  Flags
      position  final

  protected void readBytes(byte[], int);
    descriptor: ([BI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // byte[] buffer
        start local 2 // int position
         0: .line 1139
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            arraylength
            iload 2 /* position */
            aload 1 /* buffer */
            arraylength
            iadd
            if_icmpge 2
         1: .line 1140
            new org.apache.http.impl.auth.NTLMEngineException
            dup
            ldc "NTLM: Message too short"
            invokespecial org.apache.http.impl.auth.NTLMEngineException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 2 /* position */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 1143
            return
        end local 2 // int position
        end local 1 // byte[] buffer
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    4     1    buffer  [B
            0    4     2  position  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
          Name  Flags
      buffer    final
      position  final

  protected int readUShort(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int position
         0: .line 1147
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 1 /* position */
            invokestatic org.apache.http.impl.auth.NTLMEngineImpl.readUShort:([BI)I
            ireturn
        end local 1 // int position
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    1     1  position  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
          Name  Flags
      position  final

  protected int readULong(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int position
         0: .line 1152
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 1 /* position */
            invokestatic org.apache.http.impl.auth.NTLMEngineImpl.readULong:([BI)I
            ireturn
        end local 1 // int position
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    1     1  position  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
          Name  Flags
      position  final

  protected byte[] readSecurityBuffer(int);
    descriptor: (I)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int position
         0: .line 1157
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iload 1 /* position */
            invokestatic org.apache.http.impl.auth.NTLMEngineImpl.readSecurityBuffer:([BI)[B
            areturn
        end local 1 // int position
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    1     1  position  I
    Exceptions:
      throws org.apache.http.impl.auth.NTLMEngineException
    MethodParameters:
          Name  Flags
      position  final

  protected void prepareResponse(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int maxlength
        start local 2 // int messageType
         0: .line 1169
            aload 0 /* this */
            iload 1 /* maxlength */
            newarray 8
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
         1: .line 1170
            aload 0 /* this */
            iconst_0
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
         2: .line 1171
            aload 0 /* this */
            getstatic org.apache.http.impl.auth.NTLMEngineImpl.SIGNATURE:[B
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addBytes:([B)V
         3: .line 1172
            aload 0 /* this */
            iload 2 /* messageType */
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addULong:(I)V
         4: .line 1173
            return
        end local 2 // int messageType
        end local 1 // int maxlength
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    5     1    maxlength  I
            0    5     2  messageType  I
    MethodParameters:
             Name  Flags
      maxlength    final
      messageType  final

  protected void addByte(byte);
    descriptor: (B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // byte b
         0: .line 1182
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            iload 1 /* b */
            bastore
         1: .line 1183
            aload 0 /* this */
            dup
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            iconst_1
            iadd
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
         2: .line 1184
            return
        end local 1 // byte b
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    3     1     b  B
    MethodParameters:
      Name  Flags
      b     final

  protected void addBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // byte[] bytes
         0: .line 1193
            aload 1 /* bytes */
            ifnonnull 2
         1: .line 1194
            return
         2: .line 1196
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage byte[] top int int byte[]
      StackMap stack:
         3: aload 5
            iload 3
            baload
            istore 2 /* b */
        start local 2 // byte b
         4: .line 1197
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            iload 2 /* b */
            bastore
         5: .line 1198
            aload 0 /* this */
            dup
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            iconst_1
            iadd
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
        end local 2 // byte b
         6: .line 1196
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 3
         8: .line 1200
            return
        end local 1 // byte[] bytes
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    9     1  bytes  [B
            4    6     2      b  B
    MethodParameters:
       Name  Flags
      bytes  final

  protected void addUShort(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int value
         0: .line 1204
            aload 0 /* this */
            iload 1 /* value */
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         1: .line 1205
            aload 0 /* this */
            iload 1 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         2: .line 1206
            return
        end local 1 // int value
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  final

  protected void addULong(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
        start local 1 // int value
         0: .line 1210
            aload 0 /* this */
            iload 1 /* value */
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         1: .line 1211
            aload 0 /* this */
            iload 1 /* value */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         2: .line 1212
            aload 0 /* this */
            iload 1 /* value */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         3: .line 1213
            aload 0 /* this */
            iload 1 /* value */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.addByte:(B)V
         4: .line 1214
            return
        end local 1 // int value
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            0    5     1  value  I
    MethodParameters:
       Name  Flags
      value  final

  public java.lang.String getResponse();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1223
            new java.lang.String
            dup
            aload 0 /* this */
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.getBytes:()[B
            invokestatic org.apache.commons.codec.binary.Base64.encodeBase64:([B)[B
            getstatic org.apache.http.Consts.ASCII:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            areturn
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1227
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            ifnonnull 2
         1: .line 1228
            aload 0 /* this */
            invokevirtual org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.buildMessage:()V
         2: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            arraylength
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            if_icmple 6
         3: .line 1232
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            newarray 8
            astore 1 /* tmp */
        start local 1 // byte[] tmp
         4: .line 1233
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            iconst_0
            aload 1 /* tmp */
            iconst_0
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.currentOutputPosition:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 1234
            aload 0 /* this */
            aload 1 /* tmp */
            putfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
        end local 1 // byte[] tmp
         6: .line 1236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage.messageContents:[B
            areturn
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
            4    6     1   tmp  [B

  protected void buildMessage();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
         0: .line 1240
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Message builder not implemented for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/impl/auth/NTLMEngineImpl$NTLMMessage;
}
SourceFile: "NTLMEngineImpl.java"
NestHost: org.apache.http.impl.auth.NTLMEngineImpl
InnerClasses:
  NTLMMessage = org.apache.http.impl.auth.NTLMEngineImpl$NTLMMessage of org.apache.http.impl.auth.NTLMEngineImpl