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

  int writeEpoch;
    descriptor: I
    flags: (0x0000) 

  int prevWriteEpoch;
    descriptor: I
    flags: (0x0000) 

  sun.security.ssl.Authenticator prevWriteAuthenticator;
    descriptor: Lsun/security/ssl/Authenticator;
    flags: (0x0000) 

  sun.security.ssl.SSLCipher$SSLWriteCipher prevWriteCipher;
    descriptor: Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    flags: (0x0000) 

  private volatile boolean isCloseWaiting;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  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.DTLSOutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 50
            aload 0 /* this */
            aload 1 /* handshakeHash */
            invokestatic sun.security.ssl.SSLCipher$SSLWriteCipher.nullDTlsWriteCipher:()Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokespecial sun.security.ssl.OutputRecord.<init>:(Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLCipher$SSLWriteCipher;)V
         1: .line 39
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
         3: .line 52
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
         4: .line 53
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord.prevWriteEpoch:I
         5: .line 54
            aload 0 /* this */
            invokestatic sun.security.ssl.SSLCipher$SSLWriteCipher.nullDTlsWriteCipher:()Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            putfield sun.security.ssl.DTLSOutputRecord.prevWriteCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         6: .line 56
            aload 0 /* this */
            sipush 16717
            putfield sun.security.ssl.DTLSOutputRecord.packetSize:I
         7: .line 57
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         8: .line 58
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lsun/security/ssl/DTLSOutputRecord;
            0    9     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 62
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 64
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isClosed:Z
            ifne 10
         2: .line 65
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnull 5
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.hasAlert:()Z
            ifeq 5
         3: .line 66
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
         4: .line 67
            goto 10
         5: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.security.ssl.OutputRecord.close:()V
         6: .line 71
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 1
         8: .line 72
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         9: .line 73
            aload 1
            athrow
        10: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        11: .line 74
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/DTLSOutputRecord;
      Exception table:
        from    to  target  type
           1     7       7  any
    Exceptions:
      throws java.io.IOException

  boolean isClosed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 77
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isClosed:Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/DTLSOutputRecord;

  void initHandshaker();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 83
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
         1: .line 84
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/DTLSOutputRecord;

  void finishHandshake();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 89
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/DTLSOutputRecord;

  void changeWriteCiphers(sun.security.ssl.SSLCipher$SSLWriteCipher, boolean);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        start local 2 // boolean useChangeCipherSpec
         0: .line 94
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 95
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 96
            ldc "outbound has closed, ignore outbound change_cipher_spec message"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 99
      StackMap locals:
      StackMap stack:
            return
         4: .line 102
      StackMap locals:
      StackMap stack:
            iload 2 /* useChangeCipherSpec */
            ifeq 6
         5: .line 103
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.encodeChangeCipherSpec:()V
         6: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.prevWriteCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         7: .line 108
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            putfield sun.security.ssl.DTLSOutputRecord.prevWriteCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         8: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            putfield sun.security.ssl.DTLSOutputRecord.prevWriteEpoch:I
         9: .line 111
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 112
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
        11: .line 114
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord.isFirstAppOutputRecord:Z
        12: .line 117
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            invokevirtual sun.security.ssl.Authenticator.setEpochNumber:(I)V
        13: .line 118
            return
        end local 2 // boolean useChangeCipherSpec
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   14     0                 this  Lsun/security/ssl/DTLSOutputRecord;
            0   14     1          writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   14     2  useChangeCipherSpec  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                     Name  Flags
      writeCipher          
      useChangeCipherSpec  

  void encodeAlert(byte, byte);
    descriptor: (BB)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // byte level
        start local 2 // byte description
         0: .line 122
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 123
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         2: .line 124
            new java.lang.StringBuilder
            dup
            ldc "outbound has closed, ignore outbound alert message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 125
            iload 2 /* description */
            invokestatic sun.security.ssl.Alert.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 124
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 127
      StackMap locals:
      StackMap stack:
            return
         6: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 8
         7: .line 131
            aload 0 /* this */
            new sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.<init>:(Lsun/security/ssl/DTLSOutputRecord;)V
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
         8: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            iload 1 /* level */
            iload 2 /* description */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.queueUpAlert:(BB)V
         9: .line 135
            return
        end local 2 // byte description
        end local 1 // byte level
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/security/ssl/DTLSOutputRecord;
            0   10     1        level  B
            0   10     2  description  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      level        
      description  

  void encodeChangeCipherSpec();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 139
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 140
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 141
            ldc "outbound has closed, ignore outbound change_cipher_spec message"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 144
      StackMap locals:
      StackMap stack:
            return
         4: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 6
         5: .line 148
            aload 0 /* this */
            new sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.<init>:(Lsun/security/ssl/DTLSOutputRecord;)V
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
         6: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.queueUpChangeCipherSpec:()V
         7: .line 151
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/DTLSOutputRecord;
    Exceptions:
      throws java.io.IOException

  void encodeHandshake(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // byte[] source
        start local 2 // int offset
        start local 3 // int length
         0: .line 156
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 157
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         2: .line 158
            ldc "outbound has closed, ignore outbound handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 160
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aastore
         4: .line 158
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 162
      StackMap locals:
      StackMap stack:
            return
         6: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.firstMessage:Z
            ifeq 8
         7: .line 166
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord.firstMessage:Z
         8: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 10
         9: .line 170
            aload 0 /* this */
            new sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.<init>:(Lsun/security/ssl/DTLSOutputRecord;)V
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
        10: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.queueUpHandshake:([BII)V
        11: .line 174
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] source
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/security/ssl/DTLSOutputRecord;
            0   12     1  source  [B
            0   12     2  offset  I
            0   12     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      offset  
      length  

  sun.security.ssl.Ciphertext encode(java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II[Ljava/nio/ByteBuffer;II)Lsun/security/ssl/Ciphertext;
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int srcsOffset
        start local 3 // int srcsLength
        start local 4 // java.nio.ByteBuffer[] dsts
        start local 5 // int dstsOffset
        start local 6 // int dstsLength
         0: .line 181
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isClosed:Z
            ifeq 4
         1: .line 182
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 183
            ldc "outbound has closed, ignore outbound application data or cached messages"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 187
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
            ifeq 8
         5: .line 189
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 190
            ldc "outbound has closed, ignore outbound application data"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 194
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* srcs */
         8: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* srcsOffset */
            iload 3 /* srcsLength */
            aload 4 /* dsts */
            iconst_0
            aaload
            invokevirtual sun.security.ssl.DTLSOutputRecord.encode:([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            areturn
        end local 6 // int dstsLength
        end local 5 // int dstsOffset
        end local 4 // java.nio.ByteBuffer[] dsts
        end local 3 // int srcsLength
        end local 2 // int srcsOffset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/security/ssl/DTLSOutputRecord;
            0    9     1        srcs  [Ljava/nio/ByteBuffer;
            0    9     2  srcsOffset  I
            0    9     3  srcsLength  I
            0    9     4        dsts  [Ljava/nio/ByteBuffer;
            0    9     5  dstsOffset  I
            0    9     6  dstsLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  
      dsts        
      dstsOffset  
      dstsLength  

  private sun.security.ssl.Ciphertext encode(java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer);
    descriptor: ([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=15, args_size=5
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // java.nio.ByteBuffer[] sources
        start local 2 // int offset
        start local 3 // int length
        start local 4 // java.nio.ByteBuffer destination
         0: .line 203
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.seqNumOverflow:()Z
            ifeq 5
         1: .line 204
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 206
            ldc "sequence number extremely close to overflow (2^64-1 packets). Closing connection."
            iconst_0
            anewarray java.lang.Object
         3: .line 205
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 210
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "sequence number overflow"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isEmpty:()Z
            ifeq 6
            aload 1 /* sources */
            ifnull 6
            aload 1 /* sources */
            arraylength
            ifne 9
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* destination */
            invokevirtual sun.security.ssl.DTLSOutputRecord.acquireCiphertext:(Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            astore 5 /* ct */
        start local 5 // sun.security.ssl.Ciphertext ct
         7: .line 217
            aload 5 /* ct */
            ifnull 9
         8: .line 218
            aload 5 /* ct */
            areturn
        end local 5 // sun.security.ssl.Ciphertext ct
         9: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* sources */
            ifnull 10
            aload 1 /* sources */
            arraylength
            ifne 11
        10: .line 223
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        11: .line 226
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* srcsRemains */
        start local 5 // int srcsRemains
        12: .line 227
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
        13: goto 16
        14: .line 228
      StackMap locals: int int
      StackMap stack:
            iload 5 /* srcsRemains */
            aload 1 /* sources */
            iload 6 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            istore 5 /* srcsRemains */
        15: .line 227
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            if_icmplt 14
        end local 6 // int i
        17: .line 231
            iload 5 /* srcsRemains */
            ifne 19
        18: .line 232
            aconst_null
            areturn
        19: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            ifle 26
        20: .line 238
            sipush 16717
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        start local 6 // int fragLen
        21: .line 239
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        22: .line 240
            iload 6 /* fragLen */
            bipush 13
        23: .line 239
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
            istore 6 /* fragLen */
        24: .line 242
            iload 6 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        25: .line 243
            goto 27
        end local 6 // int fragLen
        26: .line 244
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 6 /* fragLen */
        start local 6 // int fragLen
        27: .line 248
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* fragLen */
            invokevirtual sun.security.ssl.DTLSOutputRecord.calculateFragmentSize:(I)I
            istore 6 /* fragLen */
        28: .line 250
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 7 /* dstPos */
        start local 7 // int dstPos
        29: .line 251
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 8 /* dstLim */
        start local 8 // int dstLim
        30: .line 252
            iload 7 /* dstPos */
            bipush 13
            iadd
        31: .line 253
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
        32: .line 252
            iadd
            istore 9 /* dstContent */
        start local 9 // int dstContent
        33: .line 254
            aload 4 /* destination */
            iload 9 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        34: .line 256
            iload 6 /* fragLen */
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 10 /* remains */
        start local 10 // int remains
        35: .line 257
            iconst_0
            istore 6 /* fragLen */
        36: .line 258
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 11 /* srcsLen */
        start local 11 // int srcsLen
        37: .line 259
            iload 2 /* offset */
            istore 12 /* i */
        start local 12 // int i
        38: goto 47
        39: .line 260
      StackMap locals: sun.security.ssl.DTLSOutputRecord java.nio.ByteBuffer[] int int java.nio.ByteBuffer int int int int int int int int
      StackMap stack:
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 10 /* remains */
            invokestatic java.lang.Math.min:(II)I
            istore 13 /* amount */
        start local 13 // int amount
        40: .line 261
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 14 /* srcLimit */
        start local 14 // int srcLimit
        41: .line 262
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 13 /* amount */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 263
            aload 4 /* destination */
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        43: .line 264
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            iload 14 /* srcLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        44: .line 265
            iload 10 /* remains */
            iload 13 /* amount */
            isub
            istore 10 /* remains */
        45: .line 266
            iload 6 /* fragLen */
            iload 13 /* amount */
            iadd
            istore 6 /* fragLen */
        end local 14 // int srcLimit
        end local 13 // int amount
        46: .line 259
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        47: iload 12 /* i */
            iload 11 /* srcsLen */
            if_icmpge 48
            iload 10 /* remains */
            ifgt 39
        end local 12 // int i
        48: .line 269
      StackMap locals:
      StackMap stack:
            aload 4 /* destination */
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        49: .line 270
            aload 4 /* destination */
            iload 9 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        50: .line 272
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 56
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 56
        51: .line 274
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        52: .line 275
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 276
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        54: .line 274
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        55: .line 273
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        56: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        57: .line 281
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            aload 4 /* destination */
        58: .line 282
            iload 7 /* dstPos */
            iload 8 /* dstLim */
            bipush 13
        59: .line 283
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        60: .line 280
            invokestatic sun.security.ssl.DTLSOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lstore 12 /* recordSN */
        start local 12 // long recordSN
        61: .line 285
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 66
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 66
        62: .line 286
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 14 /* temporary */
        start local 14 // java.nio.ByteBuffer temporary
        63: .line 287
            aload 14 /* temporary */
            aload 14 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        64: .line 288
            aload 14 /* temporary */
            iload 7 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        65: .line 289
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 14 /* temporary */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 14 // java.nio.ByteBuffer temporary
        66: .line 293
      StackMap locals: long
      StackMap stack:
            aload 4 /* destination */
            iload 8 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        67: .line 295
            new sun.security.ssl.Ciphertext
            dup
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
        68: .line 296
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            lload 12 /* recordSN */
        69: .line 295
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        end local 12 // long recordSN
        end local 11 // int srcsLen
        end local 10 // int remains
        end local 9 // int dstContent
        end local 8 // int dstLim
        end local 7 // int dstPos
        end local 6 // int fragLen
        end local 5 // int srcsRemains
        end local 4 // java.nio.ByteBuffer destination
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] sources
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   70     0         this  Lsun/security/ssl/DTLSOutputRecord;
            0   70     1      sources  [Ljava/nio/ByteBuffer;
            0   70     2       offset  I
            0   70     3       length  I
            0   70     4  destination  Ljava/nio/ByteBuffer;
            7    9     5           ct  Lsun/security/ssl/Ciphertext;
           12   70     5  srcsRemains  I
           13   17     6            i  I
           21   26     6      fragLen  I
           27   70     6      fragLen  I
           29   70     7       dstPos  I
           30   70     8       dstLim  I
           33   70     9   dstContent  I
           35   70    10      remains  I
           37   70    11      srcsLen  I
           38   48    12            i  I
           40   46    13       amount  I
           41   46    14     srcLimit  I
           61   70    12     recordSN  J
           63   66    14    temporary  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      sources      
      offset       
      length       
      destination  

  private sun.security.ssl.Ciphertext acquireCiphertext(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSOutputRecord this
        start local 1 // java.nio.ByteBuffer destination
         0: .line 301
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnull 2
         1: .line 302
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            aload 1 /* destination */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireCiphertext:(Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            areturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.nio.ByteBuffer destination
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/security/ssl/DTLSOutputRecord;
            0    3     1  destination  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      destination  

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

  void launchRetransmission();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 317
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnull 2
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isRetransmittable:()Z
            ifeq 2
         1: .line 318
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.setRetransmission:()V
         2: .line 320
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/DTLSOutputRecord;
}
SourceFile: "DTLSOutputRecord.java"
NestMembers:
  sun.security.ssl.DTLSOutputRecord$DTLSFragmenter  sun.security.ssl.DTLSOutputRecord$HandshakeMemo  sun.security.ssl.DTLSOutputRecord$RecordMemo
InnerClasses:
  private final DTLSFragmenter = sun.security.ssl.DTLSOutputRecord$DTLSFragmenter of sun.security.ssl.DTLSOutputRecord
  private HandshakeMemo = sun.security.ssl.DTLSOutputRecord$HandshakeMemo of sun.security.ssl.DTLSOutputRecord
  private RecordMemo = sun.security.ssl.DTLSOutputRecord$RecordMemo of sun.security.ssl.DTLSOutputRecord
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher