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 synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord this
         0: .line 62
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isClosed:Z
            ifne 5
         1: .line 63
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnull 4
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.hasAlert:()Z
            ifeq 4
         2: .line 64
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
         3: .line 65
            goto 5
         4: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.security.ssl.OutputRecord.close:()V
         5: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/DTLSOutputRecord;
    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 72
            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 78
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
         1: .line 79
            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 84
            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 89
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 90
            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 91
            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 94
      StackMap locals:
      StackMap stack:
            return
         4: .line 97
      StackMap locals:
      StackMap stack:
            iload 2 /* useChangeCipherSpec */
            ifeq 6
         5: .line 98
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.encodeChangeCipherSpec:()V
         6: .line 101
      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 103
            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 104
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            putfield sun.security.ssl.DTLSOutputRecord.prevWriteEpoch:I
         9: .line 106
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 107
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
        11: .line 109
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord.isFirstAppOutputRecord:Z
        12: .line 112
            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 113
            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 117
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 118
            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 119
            new java.lang.StringBuilder
            dup
            ldc "outbound has closed, ignore outbound alert message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 120
            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 119
            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 122
      StackMap locals:
      StackMap stack:
            return
         6: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 8
         7: .line 126
            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 129
      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 130
            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 134
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 135
            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 136
            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 139
      StackMap locals:
      StackMap stack:
            return
         4: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 6
         5: .line 143
            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 145
      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 146
            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 151
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 152
            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 153
            ldc "outbound has closed, ignore outbound handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 155
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aastore
         4: .line 153
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 157
      StackMap locals:
      StackMap stack:
            return
         6: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.firstMessage:Z
            ifeq 8
         7: .line 161
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord.firstMessage:Z
         8: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnonnull 10
         9: .line 165
            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 168
      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 169
            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 176
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isClosed:Z
            ifeq 4
         1: .line 177
            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 178
            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 182
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
            ifeq 8
         5: .line 184
            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 185
            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 189
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* srcs */
         8: .line 192
      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 198
            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 199
            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 201
            ldc "sequence number extremely close to overflow (2^64-1 packets). Closing connection."
            iconst_0
            anewarray java.lang.Object
         3: .line 200
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 205
      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 210
      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 211
      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 212
            aload 5 /* ct */
            ifnull 9
         8: .line 213
            aload 5 /* ct */
            areturn
        end local 5 // sun.security.ssl.Ciphertext ct
         9: .line 217
      StackMap locals:
      StackMap stack:
            aload 1 /* sources */
            ifnull 10
            aload 1 /* sources */
            arraylength
            ifne 11
        10: .line 218
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        11: .line 221
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* srcsRemains */
        start local 5 // int srcsRemains
        12: .line 222
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
        13: goto 16
        14: .line 223
      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 222
            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 226
            iload 5 /* srcsRemains */
            ifne 19
        18: .line 227
            aconst_null
            areturn
        19: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            ifle 26
        20: .line 233
            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 234
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        22: .line 235
            iload 6 /* fragLen */
            bipush 13
        23: .line 234
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
            istore 6 /* fragLen */
        24: .line 237
            iload 6 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        25: .line 238
            goto 27
        end local 6 // int fragLen
        26: .line 239
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 6 /* fragLen */
        start local 6 // int fragLen
        27: .line 242
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmentSize:I
            ifle 29
        28: .line 243
            iload 6 /* fragLen */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmentSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        29: .line 246
      StackMap locals:
      StackMap stack:
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 7 /* dstPos */
        start local 7 // int dstPos
        30: .line 247
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 8 /* dstLim */
        start local 8 // int dstLim
        31: .line 248
            iload 7 /* dstPos */
            bipush 13
            iadd
        32: .line 249
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
        33: .line 248
            iadd
            istore 9 /* dstContent */
        start local 9 // int dstContent
        34: .line 250
            aload 4 /* destination */
            iload 9 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        35: .line 252
            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
        36: .line 253
            iconst_0
            istore 6 /* fragLen */
        37: .line 254
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 11 /* srcsLen */
        start local 11 // int srcsLen
        38: .line 255
            iload 2 /* offset */
            istore 12 /* i */
        start local 12 // int i
        39: goto 48
        40: .line 256
      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
        41: .line 257
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 14 /* srcLimit */
        start local 14 // int srcLimit
        42: .line 258
            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
        43: .line 259
            aload 4 /* destination */
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        44: .line 260
            aload 1 /* sources */
            iload 12 /* i */
            aaload
            iload 14 /* srcLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        45: .line 261
            iload 10 /* remains */
            iload 13 /* amount */
            isub
            istore 10 /* remains */
        46: .line 262
            iload 6 /* fragLen */
            iload 13 /* amount */
            iadd
            istore 6 /* fragLen */
        end local 14 // int srcLimit
        end local 13 // int amount
        47: .line 255
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        48: iload 12 /* i */
            iload 11 /* srcsLen */
            if_icmpge 49
            iload 10 /* remains */
            ifgt 40
        end local 12 // int i
        49: .line 265
      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
        50: .line 266
            aload 4 /* destination */
            iload 9 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        51: .line 268
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 57
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 57
        52: .line 270
            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;
        53: .line 271
            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;
        54: .line 272
            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;
        55: .line 270
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        56: .line 269
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        57: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        58: .line 277
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            aload 4 /* destination */
        59: .line 278
            iload 7 /* dstPos */
            iload 8 /* dstLim */
            bipush 13
        60: .line 279
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        61: .line 276
            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
        62: .line 281
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 67
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 67
        63: .line 282
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 14 /* temporary */
        start local 14 // java.nio.ByteBuffer temporary
        64: .line 283
            aload 14 /* temporary */
            aload 14 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        65: .line 284
            aload 14 /* temporary */
            iload 7 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        66: .line 285
            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
        67: .line 289
      StackMap locals: long
      StackMap stack:
            aload 4 /* destination */
            iload 8 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        68: .line 291
            new sun.security.ssl.Ciphertext
            dup
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
        69: .line 292
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            lload 12 /* recordSN */
        70: .line 291
            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   71     0         this  Lsun/security/ssl/DTLSOutputRecord;
            0   71     1      sources  [Ljava/nio/ByteBuffer;
            0   71     2       offset  I
            0   71     3       length  I
            0   71     4  destination  Ljava/nio/ByteBuffer;
            7    9     5           ct  Lsun/security/ssl/Ciphertext;
           12   71     5  srcsRemains  I
           13   17     6            i  I
           21   26     6      fragLen  I
           27   71     6      fragLen  I
           30   71     7       dstPos  I
           31   71     8       dstLim  I
           34   71     9   dstContent  I
           36   71    10      remains  I
           38   71    11      srcsLen  I
           39   49    12            i  I
           41   47    13       amount  I
           42   47    14     srcLimit  I
           62   71    12     recordSN  J
           64   67    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 297
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            ifnull 2
         1: .line 298
            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 301
      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 306
            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 313
            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 314
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord.fragmenter:Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.setRetransmission:()V
         2: .line 316
      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