final class sun.security.ssl.SSLSocketInputRecord extends sun.security.ssl.InputRecord implements sun.security.ssl.SSLRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLSocketInputRecord
  super_class: sun.security.ssl.InputRecord
{
  private java.io.InputStream is;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.io.OutputStream os;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  private final byte[] temporary;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private java.nio.ByteBuffer handshakeBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(sun.security.ssl.HandshakeHash);
    descriptor: (Lsun/security/ssl/HandshakeHash;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 60
            aload 0 /* this */
            aload 1 /* handshakeHash */
            invokestatic sun.security.ssl.SSLCipher$SSLReadCipher.nullTlsReadCipher:()Lsun/security/ssl/SSLCipher$SSLReadCipher;
            invokespecial sun.security.ssl.InputRecord.<init>:(Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLCipher$SSLReadCipher;)V
         1: .line 48
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
         2: .line 49
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSocketInputRecord.os:Ljava/io/OutputStream;
         3: .line 50
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
         4: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketInputRecord.formatVerified:Z
         5: .line 55
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
         6: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
         7: .line 61
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lsun/security/ssl/SSLSocketInputRecord;
            0    8     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  int bytesInCompletePacket();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
         0: .line 65
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
            ifne 7
         1: .line 68
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iconst_5
            invokestatic sun.security.ssl.SSLSocketInputRecord.read:(Ljava/io/InputStream;[BII)I
            istore 1 /* really */
        start local 1 // int really
         2: .line 69
            iload 1 /* really */
            ifge 6
         3: .line 71
            iconst_m1
            ireturn
        end local 1 // int really
         4: .line 73
      StackMap locals:
      StackMap stack: java.io.EOFException
            pop
         5: .line 75
            iconst_m1
            ireturn
         6: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
         7: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            baload
            istore 1 /* byteZero */
        start local 1 // byte byteZero
         8: .line 81
            iconst_0
            istore 2 /* len */
        start local 2 // int len
         9: .line 89
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.formatVerified:Z
            ifne 12
        10: .line 90
            iload 1 /* byteZero */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 12
        11: .line 91
            iload 1 /* byteZero */
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 26
        12: .line 96
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_1
            baload
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_2
            baload
            iconst_0
            iconst_0
        13: .line 95
            invokestatic sun.security.ssl.ProtocolVersion.isNegotiable:(BBZZ)Z
        14: .line 96
            ifne 19
        15: .line 97
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        16: .line 98
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_1
            baload
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_2
            baload
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 99
            ldc " , plaintext connection?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 97
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSocketInputRecord.formatVerified:Z
        20: .line 112
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_3
            baload
            sipush 255
            iand
            bipush 8
            ishl
        21: .line 113
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_4
            baload
            sipush 255
            iand
        22: .line 112
            iadd
        23: .line 113
            iconst_5
        24: .line 112
            iadd
            istore 2 /* len */
        25: .line 114
            goto 42
        26: .line 122
      StackMap locals:
      StackMap stack:
            iload 1 /* byteZero */
            sipush 128
            iand
            ifeq 27
            iconst_1
            goto 28
      StackMap locals:
      StackMap stack:
        27: iconst_0
      StackMap locals:
      StackMap stack: int
        28: istore 3 /* isShort */
        start local 3 // boolean isShort
        29: .line 124
            iload 3 /* isShort */
            ifeq 39
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_2
            baload
            iconst_1
            if_icmpeq 30
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_2
            baload
            iconst_4
            if_icmpne 39
        30: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_3
            baload
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_4
            baload
            iconst_0
            iconst_0
        31: .line 125
            invokestatic sun.security.ssl.ProtocolVersion.isNegotiable:(BBZZ)Z
        32: .line 126
            ifne 37
        33: .line 127
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        34: .line 128
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_3
            baload
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_4
            baload
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        35: .line 129
            ldc " , plaintext connection?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        36: .line 127
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 143
      StackMap locals:
      StackMap stack:
            iload 1 /* byteZero */
            bipush 127
            iand
            bipush 8
            ishl
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_1
            baload
            sipush 255
            iand
            iadd
            iconst_2
            iadd
            istore 2 /* len */
        38: .line 144
            goto 42
        39: .line 146
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
        40: .line 147
            ldc "Unrecognized SSL message, plaintext connection?"
        41: .line 146
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // boolean isShort
        42: .line 151
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            ireturn
        end local 2 // int len
        end local 1 // byte byteZero
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   43     0      this  Lsun/security/ssl/SSLSocketInputRecord;
            2    4     1    really  I
            8   43     1  byteZero  B
            9   43     2       len  I
           29   42     3   isShort  Z
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.EOFException
    Exceptions:
      throws java.io.IOException

  sun.security.ssl.Plaintext[] decode(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)[Lsun/security/ssl/Plaintext;
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int srcsOffset
        start local 3 // int srcsLength
         0: .line 159
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.isClosed:Z
            ifeq 2
         1: .line 160
            aconst_null
            areturn
         2: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
            ifne 7
         3: .line 165
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iconst_5
            invokestatic sun.security.ssl.SSLSocketInputRecord.read:(Ljava/io/InputStream;[BII)I
            istore 4 /* really */
        start local 4 // int really
         4: .line 166
            iload 4 /* really */
            ifge 6
         5: .line 167
            new java.io.EOFException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
        end local 4 // int really
         7: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.formatVerified:Z
            ifne 13
         8: .line 174
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSocketInputRecord.formatVerified:Z
         9: .line 181
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            baload
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 13
        10: .line 182
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            baload
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 13
        11: .line 183
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
        12: .line 184
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            invokevirtual sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord:([B)[Lsun/security/ssl/Plaintext;
            areturn
        13: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketInputRecord.hasHeader:Z
        14: .line 190
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            invokevirtual sun.security.ssl.SSLSocketInputRecord.decodeInputRecord:([B)[Lsun/security/ssl/Plaintext;
            areturn
        end local 3 // int srcsLength
        end local 2 // int srcsOffset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/security/ssl/SSLSocketInputRecord;
            0   15     1        srcs  [Ljava/nio/ByteBuffer;
            0   15     2  srcsOffset  I
            0   15     3  srcsLength  I
            4    7     4      really  I
    Exceptions:
      throws java.io.IOException, javax.crypto.BadPaddingException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  

  void setReceiverStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // java.io.InputStream inputStream
         0: .line 195
            aload 0 /* this */
            aload 1 /* inputStream */
            putfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
         1: .line 196
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/security/ssl/SSLSocketInputRecord;
            0    2     1  inputStream  Ljava/io/InputStream;
    MethodParameters:
             Name  Flags
      inputStream  

  void setDeliverStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // java.io.OutputStream outputStream
         0: .line 200
            aload 0 /* this */
            aload 1 /* outputStream */
            putfield sun.security.ssl.SSLSocketInputRecord.os:Ljava/io/OutputStream;
         1: .line 201
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/SSLSocketInputRecord;
            0    2     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  private sun.security.ssl.Plaintext[] decodeInputRecord(byte[]);
    descriptor: ([B)[Lsun/security/ssl/Plaintext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=18, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // byte[] header
         0: .line 206
            aload 1 /* header */
            iconst_0
            baload
            istore 2 /* contentType */
        start local 2 // byte contentType
         1: .line 207
            aload 1 /* header */
            iconst_1
            baload
            istore 3 /* majorVersion */
        start local 3 // byte majorVersion
         2: .line 208
            aload 1 /* header */
            iconst_2
            baload
            istore 4 /* minorVersion */
        start local 4 // byte minorVersion
         3: .line 209
            aload 1 /* header */
            iconst_3
            baload
            sipush 255
            iand
            bipush 8
            ishl
         4: .line 210
            aload 1 /* header */
            iconst_4
            baload
            sipush 255
            iand
         5: .line 209
            iadd
            istore 5 /* contentLen */
        start local 5 // int contentLen
         6: .line 212
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 13
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 13
         7: .line 214
            new java.lang.StringBuilder
            dup
            ldc "READ: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 215
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 216
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* contentType */
            invokestatic sun.security.ssl.ContentType.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 217
            iload 5 /* contentLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        11: .line 214
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        12: .line 213
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 224
      StackMap locals: sun.security.ssl.SSLSocketInputRecord byte[] int int int int
      StackMap stack:
            iload 5 /* contentLen */
            iflt 14
            iload 5 /* contentLen */
            ldc 33088
            if_icmple 17
        14: .line 225
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLProtocolException
            dup
        15: .line 226
            new java.lang.StringBuilder
            dup
            ldc "Bad input record size, TLSCiphertext.length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* contentLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 225
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 232
      StackMap locals:
      StackMap stack:
            iconst_5
            iload 5 /* contentLen */
            iadd
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 6 /* destination */
        start local 6 // java.nio.ByteBuffer destination
        18: .line 233
            aload 6 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 7 /* dstPos */
        start local 7 // int dstPos
        19: .line 234
            aload 6 /* destination */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iconst_5
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        20: .line 235
            goto 27
        21: .line 236
      StackMap locals: java.nio.ByteBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            arraylength
            iload 5 /* contentLen */
            invokestatic java.lang.Math.min:(II)I
            istore 8 /* howmuch */
        start local 8 // int howmuch
        22: .line 237
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iload 8 /* howmuch */
            invokestatic sun.security.ssl.SSLSocketInputRecord.read:(Ljava/io/InputStream;[BII)I
            istore 9 /* really */
        start local 9 // int really
        23: .line 238
            iload 9 /* really */
            ifge 25
        24: .line 239
            new java.io.EOFException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 242
      StackMap locals: int int
      StackMap stack:
            aload 6 /* destination */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iload 8 /* howmuch */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        26: .line 243
            iload 5 /* contentLen */
            iload 8 /* howmuch */
            isub
            istore 5 /* contentLen */
        end local 9 // int really
        end local 8 // int howmuch
        27: .line 235
      StackMap locals:
      StackMap stack:
            iload 5 /* contentLen */
            ifgt 21
        28: .line 245
            aload 6 /* destination */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        29: .line 246
            aload 6 /* destination */
            iload 7 /* dstPos */
            iconst_5
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        30: .line 248
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 37
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 37
        31: .line 250
            new java.lang.StringBuilder
            dup
            ldc "READ: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        32: .line 251
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        33: .line 252
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* contentType */
            invokestatic sun.security.ssl.ContentType.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        34: .line 253
            aload 6 /* destination */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        35: .line 250
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        36: .line 249
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
            iload 2 /* contentType */
            aload 6 /* destination */
            aconst_null
            invokevirtual sun.security.ssl.SSLCipher$SSLReadCipher.decrypt:(BLjava/nio/ByteBuffer;[B)Lsun/security/ssl/Plaintext;
        38: .line 261
            astore 9 /* plaintext */
        start local 9 // sun.security.ssl.Plaintext plaintext
        39: .line 263
            aload 9 /* plaintext */
            getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
            astore 8 /* fragment */
        start local 8 // java.nio.ByteBuffer fragment
        40: .line 264
            aload 9 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            istore 2 /* contentType */
        end local 9 // sun.security.ssl.Plaintext plaintext
        41: .line 265
            goto 50
        end local 8 // java.nio.ByteBuffer fragment
      StackMap locals:
      StackMap stack: javax.crypto.BadPaddingException
        42: astore 9 /* bpe */
        start local 9 // javax.crypto.BadPaddingException bpe
        43: .line 266
            aload 9 /* bpe */
            athrow
        end local 9 // javax.crypto.BadPaddingException bpe
        44: .line 267
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 9 /* gse */
        start local 9 // java.security.GeneralSecurityException gse
        45: .line 268
            new javax.net.ssl.SSLProtocolException
            dup
        46: .line 269
            ldc "Unexpected exception"
        47: .line 268
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
        48: .line 269
            aload 9 /* gse */
            invokevirtual javax.net.ssl.SSLProtocolException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        49: .line 268
            checkcast javax.net.ssl.SSLProtocolException
            athrow
        end local 9 // java.security.GeneralSecurityException gse
        start local 8 // java.nio.ByteBuffer fragment
        50: .line 272
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            iload 2 /* contentType */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 57
        51: .line 273
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            ifnull 57
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 57
        52: .line 274
            new javax.net.ssl.SSLProtocolException
            dup
        53: .line 275
            new java.lang.StringBuilder
            dup
            ldc "Expecting a handshake fragment, but received "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        54: .line 276
            iload 2 /* contentType */
            invokestatic sun.security.ssl.ContentType.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        55: .line 275
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        56: .line 274
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        57: .line 282
      StackMap locals:
      StackMap stack:
            iload 2 /* contentType */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 110
        58: .line 283
            aload 8 /* fragment */
            astore 9 /* handshakeFrag */
        start local 9 // java.nio.ByteBuffer handshakeFrag
        59: .line 284
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            ifnull 67
        60: .line 285
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifeq 67
        61: .line 287
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            aload 8 /* fragment */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
        62: .line 286
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 10 /* bb */
        start local 10 // java.nio.ByteBuffer bb
        63: .line 288
            aload 10 /* bb */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        64: .line 289
            aload 10 /* bb */
            aload 8 /* fragment */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        65: .line 290
            aload 10 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/ByteBuffer;
            astore 9 /* handshakeFrag */
        66: .line 291
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
        end local 10 // java.nio.ByteBuffer bb
        67: .line 294
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 10 /* plaintexts */
        start local 10 // java.util.ArrayList plaintexts
        68: .line 295
            goto 108
        69: .line 296
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 11 /* remaining */
        start local 11 // int remaining
        70: .line 297
            iload 11 /* remaining */
            iconst_4
            if_icmpge 75
        71: .line 298
            aload 0 /* this */
            iload 11 /* remaining */
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
        72: .line 299
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        73: .line 300
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/ByteBuffer;
            pop
        74: .line 301
            goto 109
        75: .line 304
      StackMap locals: int
      StackMap stack:
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/ByteBuffer;
            pop
        76: .line 306
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 12 /* handshakeType */
        start local 12 // byte handshakeType
        77: .line 307
            aload 9 /* handshakeFrag */
            invokestatic sun.security.ssl.Record.getInt24:(Ljava/nio/ByteBuffer;)I
            istore 13 /* handshakeBodyLen */
        start local 13 // int handshakeBodyLen
        78: .line 308
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.reset:()Ljava/nio/ByteBuffer;
            pop
        79: .line 310
            iconst_4
            iload 13 /* handshakeBodyLen */
            iadd
        80: .line 309
            istore 14 /* handshakeMessageLen */
        start local 14 // int handshakeMessageLen
        81: .line 311
            iload 11 /* remaining */
            iload 14 /* handshakeMessageLen */
            if_icmpge 86
        82: .line 312
            aload 0 /* this */
            iload 11 /* remaining */
            newarray 8
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
        83: .line 313
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        84: .line 314
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/ByteBuffer;
            pop
        85: .line 315
            goto 109
        86: .line 316
      StackMap locals: int int int
      StackMap stack:
            iload 11 /* remaining */
            iload 14 /* handshakeMessageLen */
            if_icmpne 95
        87: .line 317
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            iload 12 /* handshakeType */
            invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
            ifeq 89
        88: .line 318
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 9 /* handshakeFrag */
            invokevirtual sun.security.ssl.HandshakeHash.receive:(Ljava/nio/ByteBuffer;)V
        89: .line 321
      StackMap locals:
      StackMap stack:
            aload 10 /* plaintexts */
        90: .line 322
            new sun.security.ssl.Plaintext
            dup
            iload 2 /* contentType */
        91: .line 323
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
            iconst_m1
            ldc -1
            aload 9 /* handshakeFrag */
        92: .line 322
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
        93: .line 321
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        94: .line 325
            goto 109
        95: .line 327
      StackMap locals:
      StackMap stack:
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 15 /* fragPos */
        start local 15 // int fragPos
        96: .line 328
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 16 /* fragLim */
        start local 16 // int fragLim
        97: .line 329
            iload 15 /* fragPos */
            iload 14 /* handshakeMessageLen */
            iadd
            istore 17 /* nextPos */
        start local 17 // int nextPos
        98: .line 330
            aload 9 /* handshakeFrag */
            iload 17 /* nextPos */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        99: .line 332
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            iload 12 /* handshakeType */
            invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
            ifeq 101
       100: .line 333
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 9 /* handshakeFrag */
            invokevirtual sun.security.ssl.HandshakeHash.receive:(Ljava/nio/ByteBuffer;)V
       101: .line 336
      StackMap locals: int int int
      StackMap stack:
            aload 10 /* plaintexts */
       102: .line 337
            new sun.security.ssl.Plaintext
            dup
            iload 2 /* contentType */
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
       103: .line 338
            iconst_m1
            ldc -1
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
       104: .line 337
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
       105: .line 336
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
       106: .line 341
            aload 9 /* handshakeFrag */
            iload 17 /* nextPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
       107: .line 342
            aload 9 /* handshakeFrag */
            iload 16 /* fragLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        end local 17 // int nextPos
        end local 16 // int fragLim
        end local 15 // int fragPos
        end local 14 // int handshakeMessageLen
        end local 13 // int handshakeBodyLen
        end local 12 // byte handshakeType
        end local 11 // int remaining
       108: .line 295
      StackMap locals: sun.security.ssl.SSLSocketInputRecord byte[] int int int int java.nio.ByteBuffer int java.nio.ByteBuffer java.nio.ByteBuffer java.util.ArrayList
      StackMap stack:
            aload 9 /* handshakeFrag */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 69
       109: .line 346
      StackMap locals:
      StackMap stack:
            aload 10 /* plaintexts */
            iconst_0
            anewarray sun.security.ssl.Plaintext
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast sun.security.ssl.Plaintext[]
            areturn
        end local 10 // java.util.ArrayList plaintexts
        end local 9 // java.nio.ByteBuffer handshakeFrag
       110: .line 349
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
       111: .line 350
            new sun.security.ssl.Plaintext
            dup
            iload 2 /* contentType */
       112: .line 351
            iload 3 /* majorVersion */
            iload 4 /* minorVersion */
            iconst_m1
            ldc -1
            aload 8 /* fragment */
       113: .line 350
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
            aastore
       114: .line 349
            areturn
        end local 8 // java.nio.ByteBuffer fragment
        end local 7 // int dstPos
        end local 6 // java.nio.ByteBuffer destination
        end local 5 // int contentLen
        end local 4 // byte minorVersion
        end local 3 // byte majorVersion
        end local 2 // byte contentType
        end local 1 // byte[] header
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0  115     0                 this  Lsun/security/ssl/SSLSocketInputRecord;
            0  115     1               header  [B
            1  115     2          contentType  B
            2  115     3         majorVersion  B
            3  115     4         minorVersion  B
            6  115     5           contentLen  I
           18  115     6          destination  Ljava/nio/ByteBuffer;
           19  115     7               dstPos  I
           22   27     8              howmuch  I
           23   27     9               really  I
           40   42     8             fragment  Ljava/nio/ByteBuffer;
           50  115     8             fragment  Ljava/nio/ByteBuffer;
           39   41     9            plaintext  Lsun/security/ssl/Plaintext;
           43   44     9                  bpe  Ljavax/crypto/BadPaddingException;
           45   50     9                  gse  Ljava/security/GeneralSecurityException;
           59  110     9        handshakeFrag  Ljava/nio/ByteBuffer;
           63   67    10                   bb  Ljava/nio/ByteBuffer;
           68  110    10           plaintexts  Ljava/util/ArrayList<Lsun/security/ssl/Plaintext;>;
           70  108    11            remaining  I
           77  108    12        handshakeType  B
           78  108    13     handshakeBodyLen  I
           81  108    14  handshakeMessageLen  I
           96  108    15              fragPos  I
           97  108    16              fragLim  I
           98  108    17              nextPos  I
      Exception table:
        from    to  target  type
          37    41      42  Class javax.crypto.BadPaddingException
          37    41      44  Class java.security.GeneralSecurityException
    Exceptions:
      throws java.io.IOException, javax.crypto.BadPaddingException
    MethodParameters:
        Name  Flags
      header  

  private sun.security.ssl.Plaintext[] handleUnknownRecord(byte[]);
    descriptor: ([B)[Lsun/security/ssl/Plaintext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=10, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // byte[] header
         0: .line 357
            aload 1 /* header */
            iconst_0
            baload
            istore 2 /* firstByte */
        start local 2 // byte firstByte
         1: .line 358
            aload 1 /* header */
            iconst_2
            baload
            istore 3 /* thirdByte */
        start local 3 // byte thirdByte
         2: .line 361
            iload 2 /* firstByte */
            sipush 128
            iand
            ifeq 42
            iload 3 /* thirdByte */
            iconst_1
            if_icmpne 42
         3: .line 365
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpeq 5
         4: .line 366
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "SSLv2Hello is not enabled"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 369
      StackMap locals: int int
      StackMap stack:
            aload 1 /* header */
            iconst_3
            baload
            istore 4 /* majorVersion */
        start local 4 // byte majorVersion
         6: .line 370
            aload 1 /* header */
            iconst_4
            baload
            istore 5 /* minorVersion */
        start local 5 // byte minorVersion
         7: .line 372
            iload 4 /* majorVersion */
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            if_icmpne 17
         8: .line 373
            iload 5 /* minorVersion */
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            if_icmpne 17
         9: .line 381
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.os:Ljava/io/OutputStream;
            getstatic sun.security.ssl.SSLRecord.v2NoCipher:[B
            invokevirtual java.io.OutputStream.write:([B)V
        10: .line 383
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 16
        11: .line 384
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 14
        12: .line 386
            ldc "Requested to negotiate unsupported SSLv2!"
            iconst_0
            anewarray java.lang.Object
        13: .line 385
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 389
      StackMap locals: int int
      StackMap stack:
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 16
        15: .line 390
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic sun.security.ssl.SSLRecord.v2NoCipher:[B
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 394
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
            ldc "Unsupported SSL v2.0 ClientHello"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 397
      StackMap locals:
      StackMap stack:
            aload 1 /* header */
            iconst_0
            baload
            bipush 127
            iand
            bipush 8
            ishl
            aload 1 /* header */
            iconst_1
            baload
            sipush 255
            iand
            ior
            istore 6 /* msgLen */
        start local 6 // int msgLen
        18: .line 399
            iconst_5
            iload 6 /* msgLen */
            iadd
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 7 /* destination */
        start local 7 // java.nio.ByteBuffer destination
        19: .line 400
            aload 7 /* destination */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iconst_5
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        20: .line 401
            iinc 6 /* msgLen */ -3
        21: .line 402
            goto 28
        22: .line 403
      StackMap locals: int java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            arraylength
            iload 6 /* msgLen */
            invokestatic java.lang.Math.min:(II)I
            istore 8 /* howmuch */
        start local 8 // int howmuch
        23: .line 404
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iload 8 /* howmuch */
            invokestatic sun.security.ssl.SSLSocketInputRecord.read:(Ljava/io/InputStream;[BII)I
            istore 9 /* really */
        start local 9 // int really
        24: .line 405
            iload 9 /* really */
            ifge 26
        25: .line 406
            new java.io.EOFException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 409
      StackMap locals: int int
      StackMap stack:
            aload 7 /* destination */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.temporary:[B
            iconst_0
            iload 8 /* howmuch */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        27: .line 410
            iload 6 /* msgLen */
            iload 8 /* howmuch */
            isub
            istore 6 /* msgLen */
        end local 9 // int really
        end local 8 // int howmuch
        28: .line 402
      StackMap locals:
      StackMap stack:
            iload 6 /* msgLen */
            ifgt 22
        29: .line 412
            aload 7 /* destination */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        30: .line 419
            aload 7 /* destination */
            iconst_2
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        31: .line 420
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 7 /* destination */
            invokevirtual sun.security.ssl.HandshakeHash.receive:(Ljava/nio/ByteBuffer;)V
        32: .line 421
            aload 7 /* destination */
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        33: .line 423
            aload 7 /* destination */
            invokestatic sun.security.ssl.SSLSocketInputRecord.convertToClientHello:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            astore 8 /* converted */
        start local 8 // java.nio.ByteBuffer converted
        34: .line 425
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 37
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 37
        35: .line 427
            ldc "[Converted] ClientHello"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 8 /* converted */
            aastore
        36: .line 426
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 430
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
        38: .line 431
            new sun.security.ssl.Plaintext
            dup
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
        39: .line 432
            iload 4 /* majorVersion */
            iload 5 /* minorVersion */
            iconst_m1
            ldc -1
            aload 8 /* converted */
        40: .line 431
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
            aastore
        41: .line 430
            areturn
        end local 8 // java.nio.ByteBuffer converted
        end local 7 // java.nio.ByteBuffer destination
        end local 6 // int msgLen
        end local 5 // byte minorVersion
        end local 4 // byte majorVersion
        42: .line 435
      StackMap locals: sun.security.ssl.SSLSocketInputRecord byte[] int int
      StackMap stack:
            iload 2 /* firstByte */
            sipush 128
            iand
            ifeq 44
            iload 3 /* thirdByte */
            iconst_4
            if_icmpne 44
        43: .line 436
            new javax.net.ssl.SSLException
            dup
            ldc "SSL V2.0 servers are not supported."
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        44: .line 439
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
            ldc "Unsupported or unrecognized SSL message"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // byte thirdByte
        end local 2 // byte firstByte
        end local 1 // byte[] header
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   45     0          this  Lsun/security/ssl/SSLSocketInputRecord;
            0   45     1        header  [B
            1   45     2     firstByte  B
            2   45     3     thirdByte  B
            6   42     4  majorVersion  B
            7   42     5  minorVersion  B
           18   42     6        msgLen  I
           19   42     7   destination  Ljava/nio/ByteBuffer;
           23   28     8       howmuch  I
           24   28     9        really  I
           34   42     8     converted  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException, javax.crypto.BadPaddingException
    MethodParameters:
        Name  Flags
      header  

  private static int read(java.io.InputStream, byte[], int, int);
    descriptor: (Ljava/io/InputStream;[BII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // java.io.InputStream is
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int len
         0: .line 446
            iconst_0
            istore 4 /* n */
        start local 4 // int n
         1: .line 447
            goto 11
         2: .line 448
      StackMap locals: int
      StackMap stack:
            aload 0 /* is */
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 4 /* n */
            iadd
            iload 3 /* len */
            iload 4 /* n */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* readLen */
        start local 5 // int readLen
         3: .line 449
            iload 5 /* readLen */
            ifge 7
         4: .line 450
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 6
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 451
            ldc "Raw read: EOF"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 453
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
         7: .line 456
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 10
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 457
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 4 /* n */
            iadd
            iload 5 /* readLen */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 6 /* bb */
        start local 6 // java.nio.ByteBuffer bb
         9: .line 458
            ldc "Raw read"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* bb */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // java.nio.ByteBuffer bb
        10: .line 461
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iload 5 /* readLen */
            iadd
            istore 4 /* n */
        end local 5 // int readLen
        11: .line 447
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iload 3 /* len */
            if_icmplt 2
        12: .line 464
            iload 4 /* n */
            ireturn
        end local 4 // int n
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // java.io.InputStream is
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0       is  Ljava/io/InputStream;
            0   13     1   buffer  [B
            0   13     2   offset  I
            0   13     3      len  I
            1   13     4        n  I
            3   11     5  readLen  I
            9   10     6       bb  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      is      
      buffer  
      offset  
      len     

  void deplete(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSocketInputRecord this
        start local 1 // boolean tryToRead
         0: .line 469
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         1: .line 470
            iload 1 /* tryToRead */
            ifeq 5
            iload 2 /* remaining */
            ifne 5
         2: .line 472
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            pop
         3: .line 475
            goto 5
         4: .line 476
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            iload 2 /* remaining */
            i2l
            invokevirtual java.io.InputStream.skip:(J)J
            pop2
         5: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketInputRecord.is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            dup
            istore 2 /* remaining */
            ifne 4
         6: .line 478
            return
        end local 2 // int remaining
        end local 1 // boolean tryToRead
        end local 0 // sun.security.ssl.SSLSocketInputRecord this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/security/ssl/SSLSocketInputRecord;
            0    7     1  tryToRead  Z
            1    7     2  remaining  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      tryToRead  
}
SourceFile: "SSLSocketInputRecord.java"
InnerClasses:
  abstract SSLReadCipher = sun.security.ssl.SSLCipher$SSLReadCipher of sun.security.ssl.SSLCipher