final class sun.security.ssl.DTLSInputRecord extends sun.security.ssl.InputRecord implements sun.security.ssl.DTLSRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.DTLSInputRecord
  super_class: sun.security.ssl.InputRecord
{
  private sun.security.ssl.DTLSInputRecord$DTLSReassembler reassembler;
    descriptor: Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
    flags: (0x0002) ACC_PRIVATE

  private int readEpoch;
    descriptor: I
    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.DTLSInputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 50
            aload 0 /* this */
            aload 1 /* handshakeHash */
            invokestatic sun.security.ssl.SSLCipher$SSLReadCipher.nullDTlsReadCipher:()Lsun/security/ssl/SSLCipher$SSLReadCipher;
            invokespecial sun.security.ssl.InputRecord.<init>:(Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLCipher$SSLReadCipher;)V
         1: .line 46
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
         2: .line 51
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSInputRecord.readEpoch:I
         3: .line 52
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/security/ssl/DTLSInputRecord;
            0    4     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  void changeReadCiphers(sun.security.ssl.SSLCipher$SSLReadCipher);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLReadCipher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLReadCipher readCipher
         0: .line 56
            aload 0 /* this */
            aload 1 /* readCipher */
            putfield sun.security.ssl.DTLSInputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
         1: .line 57
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSInputRecord.readEpoch:I
         2: .line 58
            return
        end local 1 // sun.security.ssl.SSLCipher$SSLReadCipher readCipher
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/security/ssl/DTLSInputRecord;
            0    3     1  readCipher  Lsun/security/ssl/SSLCipher$SSLReadCipher;
    MethodParameters:
            Name  Flags
      readCipher  

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord this
         0: .line 62
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.isClosed:Z
            ifne 2
         1: .line 63
            aload 0 /* this */
            invokespecial sun.security.ssl.InputRecord.close:()V
         2: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/DTLSInputRecord;
    Exceptions:
      throws java.io.IOException

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord this
         0: .line 69
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnull 1
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.isEmpty:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/DTLSInputRecord;

  int estimateFragmentSize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord this
        start local 1 // int packetSize
         0: .line 74
            iload 1 /* packetSize */
            ifle 2
         1: .line 75
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
            iload 1 /* packetSize */
            bipush 13
            invokevirtual sun.security.ssl.SSLCipher$SSLReadCipher.estimateFragmentSize:(II)I
            ireturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            sipush 16384
            ireturn
        end local 1 // int packetSize
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/security/ssl/DTLSInputRecord;
            0    3     1  packetSize  I
    MethodParameters:
            Name  Flags
      packetSize  

  void expectingFinishFlight();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord this
         0: .line 83
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnull 2
         1: .line 84
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.expectingFinishFlight:()V
         2: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/DTLSInputRecord;

  void finishHandshake();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord this
         0: .line 90
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
         1: .line 91
            return
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/DTLSInputRecord;

  sun.security.ssl.Plaintext acquirePlaintext();
    descriptor: ()Lsun/security/ssl/Plaintext;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord this
         0: .line 95
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnull 2
         1: .line 96
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquirePlaintext:()Lsun/security/ssl/Plaintext;
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/DTLSInputRecord;

  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.DTLSInputRecord this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int srcsOffset
        start local 3 // int srcsLength
         0: .line 105
            aload 1 /* srcs */
            ifnull 1
            aload 1 /* srcs */
            arraylength
            ifeq 1
            iload 3 /* srcsLength */
            ifne 5
         1: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSInputRecord.acquirePlaintext:()Lsun/security/ssl/Plaintext;
            astore 4 /* pt */
        start local 4 // sun.security.ssl.Plaintext pt
         2: .line 107
            aload 4 /* pt */
            ifnonnull 3
            iconst_0
            anewarray sun.security.ssl.Plaintext
            goto 4
      StackMap locals: sun.security.ssl.Plaintext
      StackMap stack:
         3: iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
            aload 4 /* pt */
            aastore
      StackMap locals:
      StackMap stack: sun.security.ssl.Plaintext[]
         4: areturn
        end local 4 // sun.security.ssl.Plaintext pt
         5: .line 108
      StackMap locals:
      StackMap stack:
            iload 3 /* srcsLength */
            iconst_1
            if_icmpne 7
         6: .line 109
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* srcsOffset */
            aaload
            invokevirtual sun.security.ssl.DTLSInputRecord.decode:(Ljava/nio/ByteBuffer;)[Lsun/security/ssl/Plaintext;
            areturn
         7: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* srcs */
         8: .line 112
            iload 2 /* srcsOffset */
            iload 3 /* srcsLength */
            bipush 13
         9: .line 111
            invokestatic sun.security.ssl.DTLSInputRecord.extract:([Ljava/nio/ByteBuffer;III)Ljava/nio/ByteBuffer;
            astore 4 /* packet */
        start local 4 // java.nio.ByteBuffer packet
        10: .line 113
            aload 0 /* this */
            aload 4 /* packet */
            invokevirtual sun.security.ssl.DTLSInputRecord.decode:(Ljava/nio/ByteBuffer;)[Lsun/security/ssl/Plaintext;
            areturn
        end local 4 // java.nio.ByteBuffer packet
        end local 3 // int srcsLength
        end local 2 // int srcsOffset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/security/ssl/DTLSInputRecord;
            0   11     1        srcs  [Ljava/nio/ByteBuffer;
            0   11     2  srcsOffset  I
            0   11     3  srcsLength  I
            2    5     4          pt  Lsun/security/ssl/Plaintext;
           10   11     4      packet  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException, javax.crypto.BadPaddingException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  

  sun.security.ssl.Plaintext[] decode(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)[Lsun/security/ssl/Plaintext;
    flags: (0x0000) 
    Code:
      stack=12, locals=16, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord this
        start local 1 // java.nio.ByteBuffer packet
         0: .line 118
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.isClosed:Z
            ifeq 2
         1: .line 119
            aconst_null
            areturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 123
            ldc "Raw read"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* packet */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         5: .line 128
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* srcLim */
        start local 3 // int srcLim
         6: .line 130
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 4 /* contentType */
        start local 4 // byte contentType
         7: .line 131
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 5 /* majorVersion */
        start local 5 // byte majorVersion
         8: .line 132
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* minorVersion */
        start local 6 // byte minorVersion
         9: .line 133
            bipush 8
            newarray 8
            astore 7 /* recordEnS */
        start local 7 // byte[] recordEnS
        10: .line 134
            aload 1 /* packet */
            aload 7 /* recordEnS */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        11: .line 135
            aload 7 /* recordEnS */
            iconst_0
            baload
            sipush 255
            iand
            bipush 8
            ishl
        12: .line 136
            aload 7 /* recordEnS */
            iconst_1
            baload
            sipush 255
            iand
        13: .line 135
            ior
            istore 8 /* recordEpoch */
        start local 8 // int recordEpoch
        14: .line 137
            aload 7 /* recordEnS */
            iconst_2
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
        15: .line 138
            aload 7 /* recordEnS */
            iconst_3
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
        16: .line 137
            lor
        17: .line 139
            aload 7 /* recordEnS */
            iconst_4
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
        18: .line 137
            lor
        19: .line 140
            aload 7 /* recordEnS */
            iconst_5
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
        20: .line 137
            lor
        21: .line 141
            aload 7 /* recordEnS */
            bipush 6
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
        22: .line 137
            lor
        23: .line 142
            aload 7 /* recordEnS */
            bipush 7
            baload
            i2l
            ldc 255
            land
        24: .line 137
            lor
            lstore 9 /* recordSeq */
        start local 9 // long recordSeq
        25: .line 144
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
        26: .line 145
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
        27: .line 144
            ior
            istore 11 /* contentLen */
        start local 11 // int contentLen
        28: .line 147
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 34
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 34
        29: .line 148
            new java.lang.StringBuilder
            dup
            ldc "READ: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        30: .line 149
            iload 5 /* majorVersion */
            iload 6 /* minorVersion */
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 150
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* 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;
        32: .line 151
            iload 11 /* contentLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        33: .line 148
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        34: .line 154
      StackMap locals: sun.security.ssl.DTLSInputRecord java.nio.ByteBuffer int int int int int byte[] int long int
      StackMap stack:
            iload 2 /* srcPos */
            bipush 13
            iload 11 /* contentLen */
            iadd
            invokestatic java.lang.Math.addExact:(II)I
            istore 12 /* recLim */
        start local 12 // int recLim
        35: .line 156
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
            iload 8 /* recordEpoch */
            if_icmple 40
        36: .line 158
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        37: .line 159
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 39
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 39
        38: .line 160
            ldc "READ: discard this old record"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 7 /* recordEnS */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        39: .line 162
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        40: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
            iload 8 /* recordEpoch */
            if_icmpge 64
        41: .line 170
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 43
        42: .line 171
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 46
        43: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnonnull 45
        44: .line 173
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 46
        45: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.readEpoch:I
            iload 8 /* recordEpoch */
            iconst_1
            isub
            if_icmpge 50
        46: .line 176
      StackMap locals:
      StackMap stack:
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        47: .line 178
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 49
            ldc "verbose"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 49
        48: .line 179
            ldc "Premature record (epoch), discard it."
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        49: .line 182
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        50: .line 188
      StackMap locals:
      StackMap stack:
            iload 11 /* contentLen */
            newarray 8
            astore 13 /* fragment */
        start local 13 // byte[] fragment
        51: .line 189
            aload 1 /* packet */
            aload 13 /* fragment */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        52: .line 190
            new sun.security.ssl.DTLSInputRecord$RecordFragment
            dup
            aload 13 /* fragment */
            iload 4 /* contentType */
        53: .line 191
            iload 5 /* majorVersion */
            iload 6 /* minorVersion */
        54: .line 192
            aload 7 /* recordEnS */
            iload 8 /* recordEpoch */
            lload 9 /* recordSeq */
            iconst_1
        55: .line 190
            invokespecial sun.security.ssl.DTLSInputRecord$RecordFragment.<init>:([BBBB[BIJZ)V
            astore 14 /* buffered */
        start local 14 // sun.security.ssl.DTLSInputRecord$RecordFragment buffered
        56: .line 194
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnonnull 58
        57: .line 195
            aload 0 /* this */
            new sun.security.ssl.DTLSInputRecord$DTLSReassembler
            dup
            aload 0 /* this */
            iload 8 /* recordEpoch */
            invokespecial sun.security.ssl.DTLSInputRecord$DTLSReassembler.<init>:(Lsun/security/ssl/DTLSInputRecord;I)V
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
        58: .line 197
      StackMap locals: byte[] sun.security.ssl.DTLSInputRecord$RecordFragment
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            aload 14 /* buffered */
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.queueUpFragment:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
        59: .line 200
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        60: .line 202
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquirePlaintext:()Lsun/security/ssl/Plaintext;
            astore 15 /* pt */
        start local 15 // sun.security.ssl.Plaintext pt
        61: .line 203
            aload 15 /* pt */
            ifnonnull 62
            aconst_null
            goto 63
      StackMap locals: sun.security.ssl.Plaintext
      StackMap stack:
        62: iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
            aload 15 /* pt */
            aastore
      StackMap locals:
      StackMap stack: sun.security.ssl.Plaintext[]
        63: areturn
        end local 15 // sun.security.ssl.Plaintext pt
        end local 14 // sun.security.ssl.DTLSInputRecord$RecordFragment buffered
        end local 13 // byte[] fragment
        64: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        65: .line 211
            aload 1 /* packet */
            iload 2 /* srcPos */
            bipush 13
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        66: .line 216
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
            iload 4 /* contentType */
            aload 1 /* packet */
            aload 7 /* recordEnS */
            invokevirtual sun.security.ssl.SSLCipher$SSLReadCipher.decrypt:(BLjava/nio/ByteBuffer;[B)Lsun/security/ssl/Plaintext;
        67: .line 215
            astore 14 /* plaintext */
        start local 14 // sun.security.ssl.Plaintext plaintext
        68: .line 217
            aload 14 /* plaintext */
            getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
            astore 13 /* plaintextFragment */
        start local 13 // java.nio.ByteBuffer plaintextFragment
        69: .line 218
            aload 14 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            istore 4 /* contentType */
        end local 14 // sun.security.ssl.Plaintext plaintext
        70: .line 219
            goto 81
        end local 13 // java.nio.ByteBuffer plaintextFragment
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
        71: astore 14 /* gse */
        start local 14 // java.security.GeneralSecurityException gse
        72: .line 220
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 74
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 74
        73: .line 221
            new java.lang.StringBuilder
            dup
            ldc "Discard invalid record: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 14 /* gse */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        74: .line 228
      StackMap locals: sun.security.ssl.DTLSInputRecord java.nio.ByteBuffer int int int int int byte[] int long int int top java.security.GeneralSecurityException
      StackMap stack:
            aload 1 /* packet */
            iload 3 /* srcLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        75: .line 229
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        76: .line 225
            aconst_null
            areturn
        end local 14 // java.security.GeneralSecurityException gse
        77: .line 226
      StackMap locals: sun.security.ssl.DTLSInputRecord java.nio.ByteBuffer int int int int int byte[] int long int int
      StackMap stack: java.lang.Throwable
            astore 15
        78: .line 228
            aload 1 /* packet */
            iload 3 /* srcLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        79: .line 229
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        80: .line 230
            aload 15
            athrow
        start local 13 // java.nio.ByteBuffer plaintextFragment
        81: .line 228
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* packet */
            iload 3 /* srcLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        82: .line 229
            aload 1 /* packet */
            iload 12 /* recLim */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        83: .line 232
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 96
        84: .line 233
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpeq 96
        85: .line 236
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnull 90
        86: .line 237
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            getfield sun.security.ssl.DTLSInputRecord$DTLSReassembler.handshakeEpoch:I
            iload 8 /* recordEpoch */
            if_icmpge 90
        87: .line 238
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 89
            ldc "verbose"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 89
        88: .line 239
            ldc "Cleanup the handshake reassembler"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        89: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
        90: .line 245
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
        91: .line 246
            new sun.security.ssl.Plaintext
            dup
            iload 4 /* contentType */
            iload 5 /* majorVersion */
            iload 6 /* minorVersion */
        92: .line 247
            iload 8 /* recordEpoch */
            aload 7 /* recordEnS */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
        93: .line 248
            aload 13 /* plaintextFragment */
        94: .line 246
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
            aastore
        95: .line 245
            areturn
        96: .line 251
      StackMap locals:
      StackMap stack:
            iload 4 /* contentType */
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 117
        97: .line 252
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnonnull 99
        98: .line 253
            aload 0 /* this */
            new sun.security.ssl.DTLSInputRecord$DTLSReassembler
            dup
            aload 0 /* this */
            iload 8 /* recordEpoch */
            invokespecial sun.security.ssl.DTLSInputRecord$DTLSReassembler.<init>:(Lsun/security/ssl/DTLSInputRecord;I)V
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
        99: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
       100: .line 257
            new sun.security.ssl.DTLSInputRecord$RecordFragment
            dup
            aload 13 /* plaintextFragment */
            iload 4 /* contentType */
       101: .line 258
            iload 5 /* majorVersion */
            iload 6 /* minorVersion */
       102: .line 259
            aload 7 /* recordEnS */
            iload 8 /* recordEpoch */
            lload 9 /* recordSeq */
            iconst_0
       103: .line 257
            invokespecial sun.security.ssl.DTLSInputRecord$RecordFragment.<init>:(Ljava/nio/ByteBuffer;BBB[BIJZ)V
       104: .line 256
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.queueUpChangeCipherSpec:(Lsun/security/ssl/DTLSInputRecord$RecordFragment;)V
       105: .line 260
            goto 118
       106: .line 265
      StackMap locals:
      StackMap stack:
            iload 4 /* contentType */
            iload 5 /* majorVersion */
            iload 6 /* minorVersion */
       107: .line 266
            aload 7 /* recordEnS */
            iload 8 /* recordEpoch */
            lload 9 /* recordSeq */
            aload 13 /* plaintextFragment */
       108: .line 264
            invokestatic sun.security.ssl.DTLSInputRecord.parseHandshakeMessage:(BBB[BIJLjava/nio/ByteBuffer;)Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
            astore 14 /* hsFrag */
        start local 14 // sun.security.ssl.DTLSInputRecord$HandshakeFragment hsFrag
       109: .line 268
            aload 14 /* hsFrag */
            ifnonnull 114
       110: .line 270
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 113
            ldc "verbose"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 113
       111: .line 272
            ldc "Invalid handshake message, discard it."
            iconst_0
            anewarray java.lang.Object
       112: .line 271
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
       113: .line 275
      StackMap locals: sun.security.ssl.DTLSInputRecord$HandshakeFragment
      StackMap stack:
            aconst_null
            areturn
       114: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnonnull 116
       115: .line 279
            aload 0 /* this */
            new sun.security.ssl.DTLSInputRecord$DTLSReassembler
            dup
            aload 0 /* this */
            iload 8 /* recordEpoch */
            invokespecial sun.security.ssl.DTLSInputRecord$DTLSReassembler.<init>:(Lsun/security/ssl/DTLSInputRecord;I)V
            putfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
       116: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            aload 14 /* hsFrag */
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.queueUpHandshake:(Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;)V
        end local 14 // sun.security.ssl.DTLSInputRecord$HandshakeFragment hsFrag
       117: .line 262
      StackMap locals:
      StackMap stack:
            aload 13 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifgt 106
       118: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            ifnull 123
       119: .line 289
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord.reassembler:Lsun/security/ssl/DTLSInputRecord$DTLSReassembler;
            invokevirtual sun.security.ssl.DTLSInputRecord$DTLSReassembler.acquirePlaintext:()Lsun/security/ssl/Plaintext;
            astore 14 /* pt */
        start local 14 // sun.security.ssl.Plaintext pt
       120: .line 290
            aload 14 /* pt */
            ifnonnull 121
            aconst_null
            goto 122
      StackMap locals: sun.security.ssl.Plaintext
      StackMap stack:
       121: iconst_1
            anewarray sun.security.ssl.Plaintext
            dup
            iconst_0
            aload 14 /* pt */
            aastore
      StackMap locals:
      StackMap stack: sun.security.ssl.Plaintext[]
       122: areturn
        end local 14 // sun.security.ssl.Plaintext pt
       123: .line 293
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 125
            ldc "verbose"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 125
       124: .line 294
            ldc "The reassembler is not initialized yet."
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
       125: .line 297
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 13 // java.nio.ByteBuffer plaintextFragment
        end local 12 // int recLim
        end local 11 // int contentLen
        end local 9 // long recordSeq
        end local 8 // int recordEpoch
        end local 7 // byte[] recordEnS
        end local 6 // byte minorVersion
        end local 5 // byte majorVersion
        end local 4 // byte contentType
        end local 3 // int srcLim
        end local 2 // int srcPos
        end local 1 // java.nio.ByteBuffer packet
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  126     0               this  Lsun/security/ssl/DTLSInputRecord;
            0  126     1             packet  Ljava/nio/ByteBuffer;
            5  126     2             srcPos  I
            6  126     3             srcLim  I
            7  126     4        contentType  B
            8  126     5       majorVersion  B
            9  126     6       minorVersion  B
           10  126     7          recordEnS  [B
           14  126     8        recordEpoch  I
           25  126     9          recordSeq  J
           28  126    11         contentLen  I
           35  126    12             recLim  I
           51   64    13           fragment  [B
           56   64    14           buffered  Lsun/security/ssl/DTLSInputRecord$RecordFragment;
           61   64    15                 pt  Lsun/security/ssl/Plaintext;
           69   71    13  plaintextFragment  Ljava/nio/ByteBuffer;
           81  126    13  plaintextFragment  Ljava/nio/ByteBuffer;
           68   70    14          plaintext  Lsun/security/ssl/Plaintext;
           72   77    14                gse  Ljava/security/GeneralSecurityException;
          109  117    14             hsFrag  Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
          120  123    14                 pt  Lsun/security/ssl/Plaintext;
      Exception table:
        from    to  target  type
          66    70      71  Class java.security.GeneralSecurityException
          66    74      77  any
    MethodParameters:
        Name  Flags
      packet  

  int bytesInCompletePacket(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.security.ssl.DTLSInputRecord this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int srcsOffset
        start local 3 // int srcsLength
         0: .line 304
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* srcsOffset */
            aaload
            invokevirtual sun.security.ssl.DTLSInputRecord.bytesInCompletePacket:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 3 // int srcsLength
        end local 2 // int srcsOffset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/security/ssl/DTLSInputRecord;
            0    1     1        srcs  [Ljava/nio/ByteBuffer;
            0    1     2  srcsOffset  I
            0    1     3  srcsLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  

  private int bytesInCompletePacket(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord this
        start local 1 // java.nio.ByteBuffer packet
         0: .line 310
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            bipush 13
            if_icmpge 2
         1: .line 311
            iconst_m1
            ireturn
         2: .line 315
      StackMap locals:
      StackMap stack:
            aload 1 /* packet */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        start local 2 // int pos
         3: .line 318
            aload 1 /* packet */
            iload 2 /* pos */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 3 /* contentType */
        start local 3 // byte contentType
         4: .line 319
            iload 3 /* contentType */
            invokestatic sun.security.ssl.ContentType.valueOf:(B)Lsun/security/ssl/ContentType;
            ifnonnull 8
         5: .line 320
            new javax.net.ssl.SSLException
            dup
         6: .line 321
            ldc "Unrecognized SSL message, plaintext connection?"
         7: .line 320
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 325
      StackMap locals: int int
      StackMap stack:
            aload 1 /* packet */
            iload 2 /* pos */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 4 /* majorVersion */
        start local 4 // byte majorVersion
         9: .line 326
            aload 1 /* packet */
            iload 2 /* pos */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 5 /* minorVersion */
        start local 5 // byte minorVersion
        10: .line 328
            iload 4 /* majorVersion */
            iload 5 /* minorVersion */
            iconst_1
            iconst_0
        11: .line 327
            invokestatic sun.security.ssl.ProtocolVersion.isNegotiable:(BBZZ)Z
        12: .line 328
            ifne 17
        13: .line 329
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        14: .line 330
            iload 4 /* majorVersion */
            iload 5 /* minorVersion */
            invokestatic sun.security.ssl.ProtocolVersion.nameOf:(BB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        15: .line 331
            ldc " , plaintext connection?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 329
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 335
      StackMap locals: int int
      StackMap stack:
            aload 1 /* packet */
            iload 2 /* pos */
            bipush 11
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
        18: .line 336
            aload 1 /* packet */
            iload 2 /* pos */
            bipush 12
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
        19: .line 335
            iadd
        20: .line 336
            bipush 13
        21: .line 335
            iadd
            istore 6 /* fragLen */
        start local 6 // int fragLen
        22: .line 337
            iload 6 /* fragLen */
            sipush 18432
            if_icmple 28
        23: .line 338
            new javax.net.ssl.SSLException
            dup
        24: .line 339
            new java.lang.StringBuilder
            dup
            ldc "Record overflow, fragment length ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* fragLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        25: .line 340
            ldc ") MUST not exceed "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            sipush 18432
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        26: .line 339
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 338
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 343
      StackMap locals: int
      StackMap stack:
            iload 6 /* fragLen */
            ireturn
        end local 6 // int fragLen
        end local 5 // byte minorVersion
        end local 4 // byte majorVersion
        end local 3 // byte contentType
        end local 2 // int pos
        end local 1 // java.nio.ByteBuffer packet
        end local 0 // sun.security.ssl.DTLSInputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   29     0          this  Lsun/security/ssl/DTLSInputRecord;
            0   29     1        packet  Ljava/nio/ByteBuffer;
            3   29     2           pos  I
            4   29     3   contentType  B
            9   29     4  majorVersion  B
           10   29     5  minorVersion  B
           22   29     6       fragLen  I
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
        Name  Flags
      packet  

  private static sun.security.ssl.DTLSInputRecord$HandshakeFragment parseHandshakeMessage(byte, byte, byte, byte[], int, long, java.nio.ByteBuffer);
    descriptor: (BBB[BIJLjava/nio/ByteBuffer;)Lsun/security/ssl/DTLSInputRecord$HandshakeFragment;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=15, locals=15, args_size=7
        start local 0 // byte contentType
        start local 1 // byte majorVersion
        start local 2 // byte minorVersion
        start local 3 // byte[] recordEnS
        start local 4 // int recordEpoch
        start local 5 // long recordSeq
        start local 7 // java.nio.ByteBuffer plaintextFragment
         0: .line 351
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 8 /* remaining */
        start local 8 // int remaining
         1: .line 352
            iload 8 /* remaining */
            bipush 12
            if_icmpge 5
         2: .line 353
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 354
            ldc "Discard invalid record: too small record to hold a handshake fragment"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 359
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         5: .line 362
      StackMap locals:
      StackMap stack:
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 9 /* handshakeType */
        start local 9 // byte handshakeType
         6: .line 364
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 16
            ishl
         7: .line 365
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
         8: .line 364
            ior
         9: .line 366
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
        10: .line 364
            ior
        11: .line 363
            istore 10 /* messageLength */
        start local 10 // int messageLength
        12: .line 368
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
        13: .line 369
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
        14: .line 368
            ior
        15: .line 367
            istore 11 /* messageSeq */
        start local 11 // int messageSeq
        16: .line 371
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 16
            ishl
        17: .line 372
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
        18: .line 371
            ior
        19: .line 373
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
        20: .line 371
            ior
        21: .line 370
            istore 12 /* fragmentOffset */
        start local 12 // int fragmentOffset
        22: .line 375
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 16
            ishl
        23: .line 376
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            bipush 8
            ishl
        24: .line 375
            ior
        25: .line 377
            aload 7 /* plaintextFragment */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
        26: .line 375
            ior
        27: .line 374
            istore 13 /* fragmentLength */
        start local 13 // int fragmentLength
        28: .line 378
            iload 8 /* remaining */
            bipush 12
            isub
            iload 13 /* fragmentLength */
            if_icmpge 32
        29: .line 379
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 31
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 31
        30: .line 380
            ldc "Discard invalid record: not a complete handshake fragment in the record"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        31: .line 385
      StackMap locals: int int int byte[] int long java.nio.ByteBuffer int int int int int int
      StackMap stack:
            aconst_null
            areturn
        32: .line 388
      StackMap locals:
      StackMap stack:
            iload 13 /* fragmentLength */
            newarray 8
            astore 14 /* fragment */
        start local 14 // byte[] fragment
        33: .line 389
            aload 7 /* plaintextFragment */
            aload 14 /* fragment */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        34: .line 391
            new sun.security.ssl.DTLSInputRecord$HandshakeFragment
            dup
            aload 14 /* fragment */
            iload 0 /* contentType */
        35: .line 392
            iload 1 /* majorVersion */
            iload 2 /* minorVersion */
        36: .line 393
            aload 3 /* recordEnS */
            iload 4 /* recordEpoch */
            lload 5 /* recordSeq */
        37: .line 394
            iload 9 /* handshakeType */
            iload 10 /* messageLength */
        38: .line 395
            iload 11 /* messageSeq */
            iload 12 /* fragmentOffset */
            iload 13 /* fragmentLength */
        39: .line 391
            invokespecial sun.security.ssl.DTLSInputRecord$HandshakeFragment.<init>:([BBBB[BIJBIIII)V
            areturn
        end local 14 // byte[] fragment
        end local 13 // int fragmentLength
        end local 12 // int fragmentOffset
        end local 11 // int messageSeq
        end local 10 // int messageLength
        end local 9 // byte handshakeType
        end local 8 // int remaining
        end local 7 // java.nio.ByteBuffer plaintextFragment
        end local 5 // long recordSeq
        end local 4 // int recordEpoch
        end local 3 // byte[] recordEnS
        end local 2 // byte minorVersion
        end local 1 // byte majorVersion
        end local 0 // byte contentType
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   40     0        contentType  B
            0   40     1       majorVersion  B
            0   40     2       minorVersion  B
            0   40     3          recordEnS  [B
            0   40     4        recordEpoch  I
            0   40     5          recordSeq  J
            0   40     7  plaintextFragment  Ljava/nio/ByteBuffer;
            1   40     8          remaining  I
            6   40     9      handshakeType  B
           12   40    10      messageLength  I
           16   40    11         messageSeq  I
           22   40    12     fragmentOffset  I
           28   40    13     fragmentLength  I
           33   40    14           fragment  [B
    MethodParameters:
                   Name  Flags
      contentType        
      majorVersion       
      minorVersion       
      recordEnS          
      recordEpoch        
      recordSeq          
      plaintextFragment  
}
SourceFile: "DTLSInputRecord.java"
NestMembers:
  sun.security.ssl.DTLSInputRecord$DTLSReassembler  sun.security.ssl.DTLSInputRecord$HandshakeFlight  sun.security.ssl.DTLSInputRecord$HandshakeFragment  sun.security.ssl.DTLSInputRecord$HoleDescriptor  sun.security.ssl.DTLSInputRecord$RecordFragment
InnerClasses:
  final DTLSReassembler = sun.security.ssl.DTLSInputRecord$DTLSReassembler of sun.security.ssl.DTLSInputRecord
  private final HandshakeFlight = sun.security.ssl.DTLSInputRecord$HandshakeFlight of sun.security.ssl.DTLSInputRecord
  private final HandshakeFragment = sun.security.ssl.DTLSInputRecord$HandshakeFragment of sun.security.ssl.DTLSInputRecord
  private final HoleDescriptor = sun.security.ssl.DTLSInputRecord$HoleDescriptor of sun.security.ssl.DTLSInputRecord
  private RecordFragment = sun.security.ssl.DTLSInputRecord$RecordFragment of sun.security.ssl.DTLSInputRecord
  abstract SSLReadCipher = sun.security.ssl.SSLCipher$SSLReadCipher of sun.security.ssl.SSLCipher