final class sun.security.ssl.EngineInputRecord extends sun.security.ssl.InputRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.EngineInputRecord
  super_class: sun.security.ssl.InputRecord
{
  private sun.security.ssl.SSLEngineImpl engine;
    descriptor: Lsun/security/ssl/SSLEngineImpl;
    flags: (0x0002) ACC_PRIVATE

  private static java.nio.ByteBuffer tmpBB;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private boolean internalData;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            ldc Lsun/security/ssl/EngineInputRecord;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.security.ssl.EngineInputRecord.$assertionsDisabled:Z
         3: .line 53
            iconst_0
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putstatic sun.security.ssl.EngineInputRecord.tmpBB:Ljava/nio/ByteBuffer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.security.ssl.SSLEngineImpl);
    descriptor: (Lsun/security/ssl/SSLEngineImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.EngineInputRecord this
        start local 1 // sun.security.ssl.SSLEngineImpl engine
         0: .line 63
            aload 0 /* this */
            invokespecial sun.security.ssl.InputRecord.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* engine */
            putfield sun.security.ssl.EngineInputRecord.engine:Lsun/security/ssl/SSLEngineImpl;
         2: .line 65
            return
        end local 1 // sun.security.ssl.SSLEngineImpl engine
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/ssl/EngineInputRecord;
            0    3     1  engine  Lsun/security/ssl/SSLEngineImpl;
    MethodParameters:
        Name  Flags
      engine  

  byte contentType();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.EngineInputRecord this
         0: .line 68
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.internalData:Z
            ifeq 2
         1: .line 69
            aload 0 /* this */
            invokespecial sun.security.ssl.InputRecord.contentType:()B
            ireturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            bipush 23
            ireturn
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/EngineInputRecord;

  int bytesInCompletePacket(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // sun.security.ssl.EngineInputRecord this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 87
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_5
            if_icmpge 2
         1: .line 88
            iconst_m1
            ireturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        start local 2 // int pos
         3: .line 92
            aload 1 /* buf */
            iload 2 /* pos */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 3 /* byteZero */
        start local 3 // byte byteZero
         4: .line 94
            iconst_0
            istore 4 /* len */
        start local 4 // int len
         5: .line 102
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.formatVerified:Z
            ifne 8
         6: .line 103
            iload 3 /* byteZero */
            bipush 22
            if_icmpeq 8
         7: .line 104
            iload 3 /* byteZero */
            bipush 21
            if_icmpne 22
         8: .line 109
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
         9: .line 108
            astore 5 /* recordVersion */
        start local 5 // sun.security.ssl.ProtocolVersion recordVersion
        10: .line 114
            aload 5 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.MIN:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmplt 12
        11: .line 115
            aload 5 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            getstatic sun.security.ssl.ProtocolVersion.MAX:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            if_icmple 15
        12: .line 116
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
        13: .line 117
            new java.lang.StringBuilder
            dup
            ldc "Unsupported record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* recordVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 116
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.EngineInputRecord.formatVerified:Z
        16: .line 130
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
        17: .line 131
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_4
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
        18: .line 130
            iadd
        19: .line 131
            iconst_5
        20: .line 130
            iadd
            istore 4 /* len */
        end local 5 // sun.security.ssl.ProtocolVersion recordVersion
        21: .line 133
            goto 46
        22: .line 141
      StackMap locals:
      StackMap stack:
            iload 3 /* byteZero */
            sipush 128
            iand
            ifeq 23
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: istore 5 /* isShort */
        start local 5 // boolean isShort
        25: .line 143
            iload 5 /* isShort */
            ifeq 43
        26: .line 144
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iconst_1
            if_icmpeq 27
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iconst_4
            if_icmpne 43
        27: .line 147
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_4
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
        28: .line 146
            astore 6 /* recordVersion */
        start local 6 // sun.security.ssl.ProtocolVersion recordVersion
        29: .line 152
            aload 6 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.MIN:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmplt 31
        30: .line 153
            aload 6 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            getstatic sun.security.ssl.ProtocolVersion.MAX:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            if_icmple 35
        31: .line 156
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            aload 6 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpeq 35
        32: .line 157
            new javax.net.ssl.SSLException
            dup
        33: .line 158
            new java.lang.StringBuilder
            dup
            ldc "Unsupported record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* recordVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 157
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        35: .line 165
      StackMap locals:
      StackMap stack:
            iload 5 /* isShort */
            ifeq 36
            bipush 127
            goto 37
      StackMap locals:
      StackMap stack:
        36: bipush 63
      StackMap locals:
      StackMap stack: int
        37: istore 7 /* mask */
        start local 7 // int mask
        38: .line 166
            iload 3 /* byteZero */
            iload 7 /* mask */
            iand
            bipush 8
            ishl
            aload 1 /* buf */
            iload 2 /* pos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            iadd
        39: .line 167
            iload 5 /* isShort */
            ifeq 40
            iconst_2
            goto 41
      StackMap locals: sun.security.ssl.EngineInputRecord java.nio.ByteBuffer int int int int sun.security.ssl.ProtocolVersion int
      StackMap stack: int
        40: iconst_3
        41: .line 166
      StackMap locals: sun.security.ssl.EngineInputRecord java.nio.ByteBuffer int int int int sun.security.ssl.ProtocolVersion int
      StackMap stack: int int
            iadd
            istore 4 /* len */
        end local 7 // int mask
        end local 6 // sun.security.ssl.ProtocolVersion recordVersion
        42: .line 169
            goto 46
        43: .line 171
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
        44: .line 172
            ldc "Unrecognized SSL message, plaintext connection?"
        45: .line 171
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // boolean isShort
        46: .line 176
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            ireturn
        end local 4 // int len
        end local 3 // byte byteZero
        end local 2 // int pos
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   47     0           this  Lsun/security/ssl/EngineInputRecord;
            0   47     1            buf  Ljava/nio/ByteBuffer;
            3   47     2            pos  I
            4   47     3       byteZero  B
            5   47     4            len  I
           10   21     5  recordVersion  Lsun/security/ssl/ProtocolVersion;
           25   46     5        isShort  Z
           29   42     6  recordVersion  Lsun/security/ssl/ProtocolVersion;
           38   42     7           mask  I
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
      Name  Flags
      buf   

  java.nio.ByteBuffer decrypt(sun.security.ssl.MAC, sun.security.ssl.CipherBox, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/MAC;Lsun/security/ssl/CipherBox;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // sun.security.ssl.EngineInputRecord this
        start local 1 // sun.security.ssl.MAC signer
        start local 2 // sun.security.ssl.CipherBox box
        start local 3 // java.nio.ByteBuffer bb
         0: .line 191
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.internalData:Z
            ifeq 3
         1: .line 192
            aload 0 /* this */
            aload 1 /* signer */
            aload 2 /* box */
            invokevirtual sun.security.ssl.EngineInputRecord.decrypt:(Lsun/security/ssl/MAC;Lsun/security/ssl/CipherBox;)V
         2: .line 193
            getstatic sun.security.ssl.EngineInputRecord.tmpBB:Ljava/nio/ByteBuffer;
            areturn
         3: .line 196
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* reservedBPE */
        start local 4 // javax.crypto.BadPaddingException reservedBPE
         4: .line 197
            aload 1 /* signer */
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            istore 5 /* tagLen */
        start local 5 // int tagLen
         5: .line 198
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 6 /* cipheredLength */
        start local 6 // int cipheredLength
         6: .line 200
            aload 2 /* box */
            invokevirtual sun.security.ssl.CipherBox.isNullCipher:()Z
            ifne 20
         7: .line 202
            aload 2 /* box */
            iload 5 /* tagLen */
            iload 6 /* cipheredLength */
            invokevirtual sun.security.ssl.CipherBox.sanityCheck:(II)Z
            ifne 11
         8: .line 203
            new javax.crypto.BadPaddingException
            dup
         9: .line 204
            ldc "ciphertext sanity check failed"
        10: .line 203
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 210
      StackMap locals: javax.crypto.BadPaddingException int int
      StackMap stack:
            aload 2 /* box */
            aload 3 /* bb */
            iload 5 /* tagLen */
            invokevirtual sun.security.ssl.CipherBox.decrypt:(Ljava/nio/ByteBuffer;I)I
            pop
        12: .line 211
            goto 19
      StackMap locals:
      StackMap stack: javax.crypto.BadPaddingException
        13: astore 7 /* bpe */
        start local 7 // javax.crypto.BadPaddingException bpe
        14: .line 220
            aload 7 /* bpe */
            astore 4 /* reservedBPE */
        end local 7 // javax.crypto.BadPaddingException bpe
        15: .line 222
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
            goto 20
        16: .line 221
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        17: .line 222
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
        18: .line 223
            aload 8
            athrow
        19: .line 222
      StackMap locals:
      StackMap stack:
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
        20: .line 226
      StackMap locals:
      StackMap stack:
            iload 5 /* tagLen */
            ifeq 39
        21: .line 227
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 5 /* tagLen */
            isub
            istore 7 /* macOffset */
        start local 7 // int macOffset
        22: .line 232
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 5 /* tagLen */
            if_icmpge 27
        23: .line 234
            aload 4 /* reservedBPE */
            ifnonnull 25
        24: .line 235
            new javax.crypto.BadPaddingException
            dup
            ldc "bad record"
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            astore 4 /* reservedBPE */
        25: .line 239
      StackMap locals: int
      StackMap stack:
            iload 6 /* cipheredLength */
            iload 5 /* tagLen */
            isub
            istore 7 /* macOffset */
        26: .line 240
            aload 3 /* bb */
            iload 6 /* cipheredLength */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        27: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.EngineInputRecord.contentType:()B
            aload 3 /* bb */
            aload 1 /* signer */
            iconst_0
            invokestatic sun.security.ssl.EngineInputRecord.checkMacTags:(BLjava/nio/ByteBuffer;Lsun/security/ssl/MAC;Z)Z
            ifeq 30
        28: .line 245
            aload 4 /* reservedBPE */
            ifnonnull 30
        29: .line 246
            new javax.crypto.BadPaddingException
            dup
            ldc "bad record MAC"
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            astore 4 /* reservedBPE */
        30: .line 254
      StackMap locals:
      StackMap stack:
            aload 2 /* box */
            invokevirtual sun.security.ssl.CipherBox.isCBCMode:()Z
            ifeq 38
        31: .line 256
            aload 1 /* signer */
            iload 6 /* cipheredLength */
            iload 7 /* macOffset */
        32: .line 255
            invokestatic sun.security.ssl.EngineInputRecord.calculateRemainingLen:(Lsun/security/ssl/MAC;II)I
            istore 8 /* remainingLen */
        start local 8 // int remainingLen
        33: .line 267
            iload 8 /* remainingLen */
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.buf:[B
            arraylength
            if_icmple 37
        34: .line 269
            new java.lang.RuntimeException
            dup
        35: .line 270
            ldc "Internal buffer capacity error"
        36: .line 269
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 277
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.EngineInputRecord.contentType:()B
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.buf:[B
            iconst_0
            iload 8 /* remainingLen */
            aload 1 /* signer */
            iconst_1
            invokestatic sun.security.ssl.EngineInputRecord.checkMacTags:(B[BIILsun/security/ssl/MAC;Z)Z
            pop
        end local 8 // int remainingLen
        38: .line 280
      StackMap locals:
      StackMap stack:
            aload 3 /* bb */
            iload 7 /* macOffset */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        end local 7 // int macOffset
        39: .line 284
      StackMap locals:
      StackMap stack:
            aload 4 /* reservedBPE */
            ifnull 41
        40: .line 285
            aload 4 /* reservedBPE */
            athrow
        41: .line 288
      StackMap locals:
      StackMap stack:
            aload 3 /* bb */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            areturn
        end local 6 // int cipheredLength
        end local 5 // int tagLen
        end local 4 // javax.crypto.BadPaddingException reservedBPE
        end local 3 // java.nio.ByteBuffer bb
        end local 2 // sun.security.ssl.CipherBox box
        end local 1 // sun.security.ssl.MAC signer
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   42     0            this  Lsun/security/ssl/EngineInputRecord;
            0   42     1          signer  Lsun/security/ssl/MAC;
            0   42     2             box  Lsun/security/ssl/CipherBox;
            0   42     3              bb  Ljava/nio/ByteBuffer;
            4   42     4     reservedBPE  Ljavax/crypto/BadPaddingException;
            5   42     5          tagLen  I
            6   42     6  cipheredLength  I
           14   15     7             bpe  Ljavax/crypto/BadPaddingException;
           22   39     7       macOffset  I
           33   38     8    remainingLen  I
      Exception table:
        from    to  target  type
          11    12      13  Class javax.crypto.BadPaddingException
          11    15      16  any
    Exceptions:
      throws javax.crypto.BadPaddingException
    MethodParameters:
        Name  Flags
      signer  
      box     
      bb      

  private static boolean checkMacTags(byte, java.nio.ByteBuffer, sun.security.ssl.MAC, boolean);
    descriptor: (BLjava/nio/ByteBuffer;Lsun/security/ssl/MAC;Z)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=4
        start local 0 // byte contentType
        start local 1 // java.nio.ByteBuffer bb
        start local 2 // sun.security.ssl.MAC signer
        start local 3 // boolean isSimulated
         0: .line 299
            aload 2 /* signer */
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            istore 4 /* tagLen */
        start local 4 // int tagLen
         1: .line 300
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 5 /* lim */
        start local 5 // int lim
         2: .line 301
            iload 5 /* lim */
            iload 4 /* tagLen */
            isub
            istore 6 /* macData */
        start local 6 // int macData
         3: .line 303
            aload 1 /* bb */
            iload 6 /* macData */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 304
            aload 2 /* signer */
            iload 0 /* contentType */
            aload 1 /* bb */
            iload 3 /* isSimulated */
            invokevirtual sun.security.ssl.MAC.compute:(BLjava/nio/ByteBuffer;Z)[B
            astore 7 /* hash */
        start local 7 // byte[] hash
         5: .line 305
            aload 7 /* hash */
            ifnull 6
            iload 4 /* tagLen */
            aload 7 /* hash */
            arraylength
            if_icmpeq 7
         6: .line 307
      StackMap locals: int java.nio.ByteBuffer sun.security.ssl.MAC int int int int byte[]
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Internal MAC error"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 310
      StackMap locals:
      StackMap stack:
            aload 1 /* bb */
            iload 6 /* macData */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 311
            aload 1 /* bb */
            iload 5 /* lim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         9: .line 313
            aload 1 /* bb */
            aload 7 /* hash */
            invokestatic sun.security.ssl.EngineInputRecord.compareMacTags:(Ljava/nio/ByteBuffer;[B)[I
            astore 8 /* results */
        start local 8 // int[] results
        10: .line 314
            aload 8 /* results */
            iconst_0
            iaload
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: int[]
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: istore 10
        13: .line 316
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
        14: .line 317
            aload 1 /* bb */
            iload 6 /* macData */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        15: .line 314
            iload 10
            ireturn
        end local 8 // int[] results
        16: .line 315
      StackMap locals: int java.nio.ByteBuffer sun.security.ssl.MAC int int int int byte[]
      StackMap stack: java.lang.Throwable
            astore 9
        17: .line 316
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
        18: .line 317
            aload 1 /* bb */
            iload 6 /* macData */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        19: .line 318
            aload 9
            athrow
        end local 7 // byte[] hash
        end local 6 // int macData
        end local 5 // int lim
        end local 4 // int tagLen
        end local 3 // boolean isSimulated
        end local 2 // sun.security.ssl.MAC signer
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // byte contentType
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0  contentType  B
            0   20     1           bb  Ljava/nio/ByteBuffer;
            0   20     2       signer  Lsun/security/ssl/MAC;
            0   20     3  isSimulated  Z
            1   20     4       tagLen  I
            2   20     5          lim  I
            3   20     6      macData  I
            5   20     7         hash  [B
           10   16     8      results  [I
      Exception table:
        from    to  target  type
           9    13      16  any
    MethodParameters:
             Name  Flags
      contentType  
      bb           
      signer       
      isSimulated  

  private static int[] compareMacTags(java.nio.ByteBuffer, byte[]);
    descriptor: (Ljava/nio/ByteBuffer;[B)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // java.nio.ByteBuffer bb
        start local 1 // byte[] tag
         0: .line 330
            iconst_2
            newarray 10
            astore 2 /* results */
        start local 2 // int[] results
         1: .line 334
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 335
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* bb */
            invokevirtual java.nio.ByteBuffer.get:()B
            aload 1 /* tag */
            iload 3 /* i */
            baload
            if_icmpeq 6
         4: .line 336
            aload 2 /* results */
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         5: .line 337
            goto 7
         6: .line 338
      StackMap locals:
      StackMap stack:
            aload 2 /* results */
            iconst_1
            dup2
            iaload
            iconst_1
            iadd
            iastore
         7: .line 334
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 1 /* tag */
            arraylength
            if_icmplt 3
        end local 3 // int i
         9: .line 342
            aload 2 /* results */
            areturn
        end local 2 // int[] results
        end local 1 // byte[] tag
        end local 0 // java.nio.ByteBuffer bb
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0       bb  Ljava/nio/ByteBuffer;
            0   10     1      tag  [B
            1   10     2  results  [I
            2    9     3        i  I
    MethodParameters:
      Name  Flags
      bb    
      tag   

  void writeBuffer(java.io.OutputStream, byte[], int, int);
    descriptor: (Ljava/io/OutputStream;[BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // sun.security.ssl.EngineInputRecord this
        start local 1 // java.io.OutputStream s
        start local 2 // byte[] buf
        start local 3 // int off
        start local 4 // int len
         0: .line 358
            iload 4 /* len */
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            aload 2 /* buf */
            iconst_0
            iload 4 /* len */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
         1: .line 357
            checkcast java.nio.ByteBuffer
            astore 5 /* netBB */
        start local 5 // java.nio.ByteBuffer netBB
         2: .line 359
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.engine:Lsun/security/ssl/SSLEngineImpl;
            getfield sun.security.ssl.SSLEngineImpl.writer:Lsun/security/ssl/EngineWriter;
            aload 5 /* netBB */
            invokevirtual sun.security.ssl.EngineWriter.putOutboundDataSync:(Ljava/nio/ByteBuffer;)V
         3: .line 360
            return
        end local 5 // java.nio.ByteBuffer netBB
        end local 4 // int len
        end local 3 // int off
        end local 2 // byte[] buf
        end local 1 // java.io.OutputStream s
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/ssl/EngineInputRecord;
            0    4     1      s  Ljava/io/OutputStream;
            0    4     2    buf  [B
            0    4     3    off  I
            0    4     4    len  I
            2    4     5  netBB  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      buf   
      off   
      len   

  java.nio.ByteBuffer read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // sun.security.ssl.EngineInputRecord this
        start local 1 // java.nio.ByteBuffer srcBB
         0: .line 384
            aload 0 /* this */
            getfield sun.security.ssl.EngineInputRecord.formatVerified:Z
            ifeq 2
         1: .line 385
            aload 1 /* srcBB */
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bipush 23
            if_icmpeq 5
         2: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.EngineInputRecord.internalData:Z
         3: .line 387
            aload 0 /* this */
            new sun.security.ssl.ByteBufferInputStream
            dup
            aload 1 /* srcBB */
            invokespecial sun.security.ssl.ByteBufferInputStream.<init>:(Ljava/nio/ByteBuffer;)V
            aconst_null
            invokevirtual sun.security.ssl.EngineInputRecord.read:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
         4: .line 388
            getstatic sun.security.ssl.EngineInputRecord.tmpBB:Ljava/nio/ByteBuffer;
            areturn
         5: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.EngineInputRecord.internalData:Z
         6: .line 393
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         7: .line 394
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* srcLim */
        start local 3 // int srcLim
         8: .line 397
            aload 1 /* srcBB */
            iload 2 /* srcPos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            aload 1 /* srcBB */
            iload 2 /* srcPos */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
         9: .line 396
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
            astore 4 /* recordVersion */
        start local 4 // sun.security.ssl.ProtocolVersion recordVersion
        10: .line 401
            aload 4 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.MIN:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmplt 12
        11: .line 402
            aload 4 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            getstatic sun.security.ssl.ProtocolVersion.MAX:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            if_icmple 15
        12: .line 403
      StackMap locals: int int sun.security.ssl.ProtocolVersion
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
        13: .line 404
            new java.lang.StringBuilder
            dup
            ldc "Unsupported record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* recordVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 403
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcBB */
            invokevirtual sun.security.ssl.EngineInputRecord.bytesInCompletePacket:(Ljava/nio/ByteBuffer;)I
            istore 5 /* len */
        start local 5 // int len
        16: .line 412
            getstatic sun.security.ssl.EngineInputRecord.$assertionsDisabled:Z
            ifne 17
            iload 5 /* len */
            ifgt 17
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 414
      StackMap locals: int
      StackMap stack:
            getstatic sun.security.ssl.EngineInputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 25
            ldc "packet"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 25
        18: .line 416
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 6 /* hd */
        start local 6 // sun.misc.HexDumpEncoder hd
        19: .line 417
            aload 1 /* srcBB */
            iload 2 /* srcPos */
            iload 5 /* len */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        20: .line 418
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 7 /* bb */
        start local 7 // java.nio.ByteBuffer bb
        21: .line 420
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[Raw read (bb)]: length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        22: .line 421
            aload 6 /* hd */
            aload 7 /* bb */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:(Ljava/nio/ByteBuffer;Ljava/io/OutputStream;)V
        end local 7 // java.nio.ByteBuffer bb
        end local 6 // sun.misc.HexDumpEncoder hd
        23: .line 422
            goto 25
      StackMap locals:
      StackMap stack: java.io.IOException
        24: pop
        25: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* srcBB */
            iload 2 /* srcPos */
            iconst_5
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        26: .line 427
            aload 1 /* srcBB */
            iload 2 /* srcPos */
            iload 5 /* len */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        27: .line 431
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
        28: .line 433
            aload 1 /* srcBB */
            aload 1 /* srcBB */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
        29: .line 434
            aload 1 /* srcBB */
            iload 3 /* srcLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        30: .line 436
            aload 6 /* bb */
            areturn
        end local 6 // java.nio.ByteBuffer bb
        end local 5 // int len
        end local 4 // sun.security.ssl.ProtocolVersion recordVersion
        end local 3 // int srcLim
        end local 2 // int srcPos
        end local 1 // java.nio.ByteBuffer srcBB
        end local 0 // sun.security.ssl.EngineInputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lsun/security/ssl/EngineInputRecord;
            0   31     1          srcBB  Ljava/nio/ByteBuffer;
            7   31     2         srcPos  I
            8   31     3         srcLim  I
           10   31     4  recordVersion  Lsun/security/ssl/ProtocolVersion;
           16   31     5            len  I
           19   23     6             hd  Lsun/misc/HexDumpEncoder;
           21   23     7             bb  Ljava/nio/ByteBuffer;
           28   31     6             bb  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
          18    23      24  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      srcBB  
}
SourceFile: "EngineInputRecord.java"