abstract class sun.security.ssl.OutputRecord extends java.io.ByteArrayOutputStream implements sun.security.ssl.Record, java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.ssl.OutputRecord
  super_class: java.io.ByteArrayOutputStream
{
  sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher;
    descriptor: Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    flags: (0x0000) 

  sun.security.ssl.TransportContext tc;
    descriptor: Lsun/security/ssl/TransportContext;
    flags: (0x0000) 

  final sun.security.ssl.HandshakeHash handshakeHash;
    descriptor: Lsun/security/ssl/HandshakeHash;
    flags: (0x0010) ACC_FINAL

  boolean firstMessage;
    descriptor: Z
    flags: (0x0000) 

  sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  sun.security.ssl.ProtocolVersion helloVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  boolean isFirstAppOutputRecord;
    descriptor: Z
    flags: (0x0000) 

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

  private int fragmentSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  volatile boolean isClosed;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  final java.util.concurrent.locks.ReentrantLock recordLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    flags: (0x0010) ACC_FINAL

  private static final int[] V3toV2CipherMap1;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] V3toV2CipherMap3;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] HANDSHAKE_MESSAGE_KEY_UPDATE;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 79
            bipush 11
            newarray 10
            dup
            iconst_0
            iconst_m1
            iastore
            dup
            iconst_1
            iconst_m1
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            iconst_2
            iastore
            dup
            iconst_4
            iconst_1
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            dup
            bipush 6
            iconst_4
            iastore
            dup
            bipush 7
            iconst_5
            iastore
            dup
            bipush 8
            iconst_m1
            iastore
            dup
            bipush 9
            bipush 6
            iastore
            dup
            bipush 10
            bipush 7
            iastore
         1: .line 78
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
         2: .line 81
            bipush 11
            newarray 10
            dup
            iconst_0
            iconst_m1
            iastore
            dup
            iconst_1
            iconst_m1
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            sipush 128
            iastore
            dup
            iconst_4
            sipush 128
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            dup
            bipush 6
            sipush 128
            iastore
            dup
            bipush 7
            sipush 128
            iastore
            dup
            bipush 8
            iconst_m1
            iastore
            dup
            bipush 9
            bipush 64
            iastore
            dup
            bipush 10
            sipush 192
            iastore
         3: .line 80
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap3:[I
         4: .line 83
            iconst_5
            newarray 8
            dup
            iconst_0
            getstatic sun.security.ssl.SSLHandshake.KEY_UPDATE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            bastore
            dup
            iconst_3
            iconst_1
            bastore
         5: .line 82
            putstatic sun.security.ssl.OutputRecord.HANDSHAKE_MESSAGE_KEY_UPDATE:[B
         6: .line 83
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.security.ssl.HandshakeHash, sun.security.ssl.SSLCipher$SSLWriteCipher);
    descriptor: (Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLCipher$SSLWriteCipher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
        start local 2 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
         0: .line 85
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
         1: .line 61
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
         2: .line 72
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
         3: .line 86
            aload 0 /* this */
            aload 2 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         4: .line 87
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.firstMessage:Z
         5: .line 88
            aload 0 /* this */
            sipush 16384
            putfield sun.security.ssl.OutputRecord.fragmentSize:I
         6: .line 90
            aload 0 /* this */
            aload 1 /* handshakeHash */
            putfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
         7: .line 93
            return
        end local 2 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lsun/security/ssl/OutputRecord;
            0    8     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
            0    8     2    writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    MethodParameters:
               Name  Flags
      handshakeHash  
      writeCipher    

  void setVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 96
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 98
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         2: .line 99
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 100
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 101
            aload 2
            athrow
         6: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 102
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lsun/security/ssl/OutputRecord;
            0    8     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
                 Name  Flags
      protocolVersion  

  void setHelloVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion helloVersion
         0: .line 108
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 110
            aload 0 /* this */
            aload 1 /* helloVersion */
            putfield sun.security.ssl.OutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
         2: .line 111
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 112
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 113
            aload 2
            athrow
         6: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 114
            return
        end local 1 // sun.security.ssl.ProtocolVersion helloVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lsun/security/ssl/OutputRecord;
            0    8     1  helloVersion  Lsun/security/ssl/ProtocolVersion;
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
              Name  Flags
      helloVersion  

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 121
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;

  boolean seqNumIsHuge();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 125
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 127
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            ifnull 3
         2: .line 128
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.seqNumIsHuge:()Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 2
         5: .line 130
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 127
            iload 2
            ireturn
         7: .line 129
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         8: .line 130
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         9: .line 131
            aload 1
            athrow
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/ssl/OutputRecord;
      Exception table:
        from    to  target  type
           1     5       7  any

  abstract void encodeAlert(byte, byte);
    descriptor: (BB)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      level        
      description  

  abstract void encodeHandshake(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  abstract void encodeChangeCipherSpec();
    descriptor: ()V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException

  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=2, locals=7, args_size=7
        start local 0 // sun.security.ssl.OutputRecord 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 149
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        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.OutputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/security/ssl/OutputRecord;
            0    1     1        srcs  [Ljava/nio/ByteBuffer;
            0    1     2  srcsOffset  I
            0    1     3  srcsLength  I
            0    1     4        dsts  [Ljava/nio/ByteBuffer;
            0    1     5  dstsOffset  I
            0    1     6  dstsLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  
      dsts        
      dstsOffset  
      dstsLength  

  void encodeV2NoCipher();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 154
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;
    Exceptions:
      throws java.io.IOException

  void deliver(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte[] source
        start local 2 // int offset
        start local 3 // int length
         0: .line 160
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] source
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/security/ssl/OutputRecord;
            0    1     1  source  [B
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      offset  
      length  

  void setDeliverStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // java.io.OutputStream outputStream
         0: .line 165
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.io.OutputStream outputStream
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lsun/security/ssl/OutputRecord;
            0    1     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  void changeWriteCiphers(sun.security.ssl.SSLCipher$SSLWriteCipher, boolean);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        start local 2 // boolean useChangeCipherSpec
         0: .line 171
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 173
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifeq 6
         2: .line 174
            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 175
            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
         4: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 178
            return
         6: .line 181
      StackMap locals:
      StackMap stack:
            iload 2 /* useChangeCipherSpec */
            ifeq 8
         7: .line 182
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.encodeChangeCipherSpec:()V
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* writeCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         9: .line 195
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 196
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
        11: .line 197
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 3
        13: .line 198
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        14: .line 199
            aload 3
            athrow
        15: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        16: .line 200
            return
        end local 2 // boolean useChangeCipherSpec
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   17     0                 this  Lsun/security/ssl/OutputRecord;
            0   17     1          writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   17     2  useChangeCipherSpec  Z
      Exception table:
        from    to  target  type
           1     4      12  any
           6    12      12  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                     Name  Flags
      writeCipher          
      useChangeCipherSpec  

  void changeWriteCiphers(sun.security.ssl.SSLCipher$SSLWriteCipher, byte);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;B)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        start local 2 // byte keyUpdateRequest
         0: .line 205
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 207
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifeq 6
         2: .line 208
            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 209
            ldc "outbound has closed, ignore outbound key_update handshake message"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 212
            return
         6: .line 216
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.OutputRecord.HANDSHAKE_MESSAGE_KEY_UPDATE:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            astore 3 /* hm */
        start local 3 // byte[] hm
         7: .line 217
            aload 3 /* hm */
            aload 3 /* hm */
            arraylength
            iconst_1
            isub
            iload 2 /* keyUpdateRequest */
            bastore
         8: .line 218
            aload 0 /* this */
            aload 3 /* hm */
            iconst_0
            aload 3 /* hm */
            arraylength
            invokevirtual sun.security.ssl.OutputRecord.encodeHandshake:([BII)V
         9: .line 219
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.flush:()V
        10: .line 222
            aload 1 /* writeCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
        11: .line 224
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        12: .line 225
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
        end local 3 // byte[] hm
        13: .line 226
            goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 4
        15: .line 227
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        16: .line 228
            aload 4
            athrow
        17: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        18: .line 229
            return
        end local 2 // byte keyUpdateRequest
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher writeCipher
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   19     0              this  Lsun/security/ssl/OutputRecord;
            0   19     1       writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   19     2  keyUpdateRequest  B
            7   13     3                hm  [B
      Exception table:
        from    to  target  type
           1     4      14  any
           6    14      14  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      writeCipher       
      keyUpdateRequest  

  void changePacketSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int packetSize
         0: .line 232
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 234
            aload 0 /* this */
            iload 1 /* packetSize */
            putfield sun.security.ssl.OutputRecord.packetSize:I
         2: .line 235
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 236
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 237
            aload 2
            athrow
         6: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 238
            return
        end local 1 // int packetSize
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/security/ssl/OutputRecord;
            0    8     1  packetSize  I
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
            Name  Flags
      packetSize  

  void changeFragmentSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int fragmentSize
         0: .line 241
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 243
            aload 0 /* this */
            iload 1 /* fragmentSize */
            putfield sun.security.ssl.OutputRecord.fragmentSize:I
         2: .line 244
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 245
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 246
            aload 2
            athrow
         6: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 247
            return
        end local 1 // int fragmentSize
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lsun/security/ssl/OutputRecord;
            0    8     1  fragmentSize  I
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
              Name  Flags
      fragmentSize  

  int getMaxPacketSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 250
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 252
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.packetSize:I
            istore 2
         2: .line 254
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 252
            iload 2
            ireturn
         4: .line 253
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 254
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 255
            aload 1
            athrow
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/OutputRecord;
      Exception table:
        from    to  target  type
           1     2       4  any

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

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

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

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 275
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 277
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.isClosed:Z
            ifeq 4
         2: .line 284
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 278
            return
         4: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isClosed:Z
         5: .line 282
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         6: .line 283
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 1
         8: .line 284
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         9: .line 285
            aload 1
            athrow
        10: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        11: .line 286
            return
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/OutputRecord;
      Exception table:
        from    to  target  type
           1     2       7  any
           4     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.OutputRecord this
         0: .line 289
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.isClosed:Z
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;

  int calculateFragmentSize(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int fragmentLimit
         0: .line 301
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.fragmentSize:I
            ifle 2
         1: .line 302
            iload 1 /* fragmentLimit */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.fragmentSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* fragmentLimit */
         2: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 4
         3: .line 308
            iload 1 /* fragmentLimit */
            getstatic sun.security.ssl.OutputRecord$T13PaddingHolder.zeros:[B
            arraylength
            isub
            iconst_1
            isub
            ireturn
         4: .line 311
      StackMap locals:
      StackMap stack:
            iload 1 /* fragmentLimit */
            ireturn
        end local 1 // int fragmentLimit
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lsun/security/ssl/OutputRecord;
            0    5     1  fragmentLimit  I
    MethodParameters:
               Name  Flags
      fragmentLimit  

  static long encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, java.nio.ByteBuffer, int, int, int, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer destination
        start local 3 // int headerOffset
        start local 4 // int dstLim
        start local 5 // int headerSize
        start local 6 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 323
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            istore 7 /* isDTLS */
        start local 7 // boolean isDTLS
         1: .line 324
            iload 7 /* isDTLS */
            ifeq 11
         2: .line 325
            aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 7
         3: .line 326
            aload 0 /* encCipher */
         4: .line 327
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
         5: .line 328
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
         6: .line 326
            invokestatic sun.security.ssl.OutputRecord.d13Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
         7: .line 330
      StackMap locals: int
      StackMap stack:
            aload 0 /* encCipher */
         8: .line 331
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
         9: .line 332
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        10: .line 330
            invokestatic sun.security.ssl.OutputRecord.d10Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
        11: .line 335
      StackMap locals:
      StackMap stack:
            aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 16
        12: .line 336
            aload 0 /* encCipher */
        13: .line 337
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
        14: .line 338
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        15: .line 336
            invokestatic sun.security.ssl.OutputRecord.t13Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
        16: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* encCipher */
        17: .line 341
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
        18: .line 342
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        19: .line 340
            invokestatic sun.security.ssl.OutputRecord.t10Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
        end local 7 // boolean isDTLS
        end local 6 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 5 // int headerSize
        end local 4 // int dstLim
        end local 3 // int headerOffset
        end local 2 // java.nio.ByteBuffer destination
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   20     1      contentType  B
            0   20     2      destination  Ljava/nio/ByteBuffer;
            0   20     3     headerOffset  I
            0   20     4           dstLim  I
            0   20     5       headerSize  I
            0   20     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            1   20     7           isDTLS  Z
    MethodParameters:
                 Name  Flags
      encCipher        
      contentType      
      destination      
      headerOffset     
      dstLim           
      headerSize       
      protocolVersion  

  private static long d13Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, java.nio.ByteBuffer, int, int, int, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer destination
        start local 3 // int headerOffset
        start local 4 // int dstLim
        start local 5 // int headerSize
        start local 6 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 351
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not supported yet."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 5 // int headerSize
        end local 4 // int dstLim
        end local 3 // int headerOffset
        end local 2 // java.nio.ByteBuffer destination
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0    1     1      contentType  B
            0    1     2      destination  Ljava/nio/ByteBuffer;
            0    1     3     headerOffset  I
            0    1     4           dstLim  I
            0    1     5       headerSize  I
            0    1     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      encCipher        
      contentType      
      destination      
      headerOffset     
      dstLim           
      headerSize       
      protocolVersion  

  private static long d10Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, java.nio.ByteBuffer, int, int, int, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer destination
        start local 3 // int headerOffset
        start local 4 // int dstLim
        start local 5 // int headerSize
        start local 6 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 358
            aload 0 /* encCipher */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.sequenceNumber:()[B
            astore 7 /* sequenceNumber */
        start local 7 // byte[] sequenceNumber
         1: .line 359
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
         2: .line 362
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 3 /* headerOffset */
            isub
            iload 5 /* headerSize */
            isub
            istore 8 /* fragLen */
        start local 8 // int fragLen
         3: .line 364
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 365
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_1
            iadd
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 366
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_2
            iadd
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.minor:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 369
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_3
            iadd
            aload 7 /* sequenceNumber */
            iconst_0
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 370
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_4
            iadd
            aload 7 /* sequenceNumber */
            iconst_1
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 371
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_5
            iadd
            aload 7 /* sequenceNumber */
            iconst_2
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 372
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 6
            iadd
            aload 7 /* sequenceNumber */
            iconst_3
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        10: .line 373
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 7
            iadd
            aload 7 /* sequenceNumber */
            iconst_4
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        11: .line 374
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 8
            iadd
            aload 7 /* sequenceNumber */
            iconst_5
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        12: .line 375
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 9
            iadd
            aload 7 /* sequenceNumber */
            bipush 6
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        13: .line 376
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 10
            iadd
            aload 7 /* sequenceNumber */
            bipush 7
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        14: .line 379
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 11
            iadd
            iload 8 /* fragLen */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        15: .line 380
            aload 2 /* destination */
            iload 3 /* headerOffset */
            bipush 12
            iadd
            iload 8 /* fragLen */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        16: .line 383
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        17: .line 385
            aload 7 /* sequenceNumber */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
            lreturn
        end local 8 // int fragLen
        end local 7 // byte[] sequenceNumber
        end local 6 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 5 // int headerSize
        end local 4 // int dstLim
        end local 3 // int headerOffset
        end local 2 // java.nio.ByteBuffer destination
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   18     1      contentType  B
            0   18     2      destination  Ljava/nio/ByteBuffer;
            0   18     3     headerOffset  I
            0   18     4           dstLim  I
            0   18     5       headerSize  I
            0   18     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            1   18     7   sequenceNumber  [B
            3   18     8          fragLen  I
    MethodParameters:
                 Name  Flags
      encCipher        
      contentType      
      destination      
      headerOffset     
      dstLim           
      headerSize       
      protocolVersion  

  private static long t13Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, java.nio.ByteBuffer, int, int, int, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer destination
        start local 3 // int headerOffset
        start local 4 // int dstLim
        start local 5 // int headerSize
        start local 6 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 392
            aload 0 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 8
         1: .line 394
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 7 /* endOfPt */
        start local 7 // int endOfPt
         2: .line 395
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 8 /* startOfPt */
        start local 8 // int startOfPt
         3: .line 396
            aload 2 /* destination */
            iload 7 /* endOfPt */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         4: .line 397
            aload 2 /* destination */
            iload 7 /* endOfPt */
            iconst_1
            iadd
            getstatic sun.security.ssl.OutputRecord$T13PaddingHolder.zeros:[B
            arraylength
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
         5: .line 398
            aload 2 /* destination */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         6: .line 399
            aload 2 /* destination */
            getstatic sun.security.ssl.OutputRecord$T13PaddingHolder.zeros:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         7: .line 400
            aload 2 /* destination */
            iload 8 /* startOfPt */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        end local 8 // int startOfPt
        end local 7 // int endOfPt
         8: .line 404
      StackMap locals:
      StackMap stack:
            aload 6 /* protocolVersion */
            astore 7 /* pv */
        start local 7 // sun.security.ssl.ProtocolVersion pv
         9: .line 405
            aload 0 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 13
        10: .line 406
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 7 /* pv */
        11: .line 407
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            istore 1 /* contentType */
        12: .line 408
            goto 15
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
        13: aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 15
        14: .line 409
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 7 /* pv */
        15: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* encCipher */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.sequenceNumber:()[B
            astore 8 /* sequenceNumber */
        start local 8 // byte[] sequenceNumber
        16: .line 413
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
        17: .line 416
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 3 /* headerOffset */
            isub
            iload 5 /* headerSize */
            isub
            istore 9 /* fragLen */
        start local 9 // int fragLen
        18: .line 417
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        19: .line 418
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_1
            iadd
            aload 7 /* pv */
            getfield sun.security.ssl.ProtocolVersion.major:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        20: .line 419
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_2
            iadd
            aload 7 /* pv */
            getfield sun.security.ssl.ProtocolVersion.minor:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        21: .line 422
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_3
            iadd
            iload 9 /* fragLen */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        22: .line 423
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_4
            iadd
            iload 9 /* fragLen */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        23: .line 426
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        24: .line 428
            aload 8 /* sequenceNumber */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
            lreturn
        end local 9 // int fragLen
        end local 8 // byte[] sequenceNumber
        end local 7 // sun.security.ssl.ProtocolVersion pv
        end local 6 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 5 // int headerSize
        end local 4 // int dstLim
        end local 3 // int headerOffset
        end local 2 // java.nio.ByteBuffer destination
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   25     1      contentType  B
            0   25     2      destination  Ljava/nio/ByteBuffer;
            0   25     3     headerOffset  I
            0   25     4           dstLim  I
            0   25     5       headerSize  I
            0   25     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            2    8     7          endOfPt  I
            3    8     8        startOfPt  I
            9   25     7               pv  Lsun/security/ssl/ProtocolVersion;
           16   25     8   sequenceNumber  [B
           18   25     9          fragLen  I
    MethodParameters:
                 Name  Flags
      encCipher        
      contentType      
      destination      
      headerOffset     
      dstLim           
      headerSize       
      protocolVersion  

  private static long t10Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, java.nio.ByteBuffer, int, int, int, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer destination
        start local 3 // int headerOffset
        start local 4 // int dstLim
        start local 5 // int headerSize
        start local 6 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 435
            aload 0 /* encCipher */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.sequenceNumber:()[B
            astore 7 /* sequenceNumber */
        start local 7 // byte[] sequenceNumber
         1: .line 436
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
         2: .line 439
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 3 /* headerOffset */
            isub
            iload 5 /* headerSize */
            isub
            istore 8 /* fragLen */
        start local 8 // int fragLen
         3: .line 441
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 442
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_1
            iadd
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         5: .line 443
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_2
            iadd
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.minor:B
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 446
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_3
            iadd
            iload 8 /* fragLen */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 447
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_4
            iadd
            iload 8 /* fragLen */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 450
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 452
            aload 7 /* sequenceNumber */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
            lreturn
        end local 8 // int fragLen
        end local 7 // byte[] sequenceNumber
        end local 6 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 5 // int headerSize
        end local 4 // int dstLim
        end local 3 // int headerOffset
        end local 2 // java.nio.ByteBuffer destination
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   10     1      contentType  B
            0   10     2      destination  Ljava/nio/ByteBuffer;
            0   10     3     headerOffset  I
            0   10     4           dstLim  I
            0   10     5       headerSize  I
            0   10     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            1   10     7   sequenceNumber  [B
            3   10     8          fragLen  I
    MethodParameters:
                 Name  Flags
      encCipher        
      contentType      
      destination      
      headerOffset     
      dstLim           
      headerSize       
      protocolVersion  

  long encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, int);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 2 // byte contentType
        start local 3 // int headerSize
         0: .line 461
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 2
         1: .line 462
            aload 0 /* this */
            aload 1 /* encCipher */
            iload 2 /* contentType */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.OutputRecord.t13Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            lreturn
         2: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* encCipher */
            iload 2 /* contentType */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.OutputRecord.t10Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            lreturn
        end local 3 // int headerSize
        end local 2 // byte contentType
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/security/ssl/OutputRecord;
            0    3     1    encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0    3     2  contentType  B
            0    3     3   headerSize  I
    MethodParameters:
             Name  Flags
      encCipher    
      contentType  
      headerSize   

  private long t13Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, int);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 2 // byte contentType
        start local 3 // int headerSize
         0: .line 470
            aload 1 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 3
         1: .line 472
            aload 0 /* this */
            iload 2 /* contentType */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         2: .line 473
            aload 0 /* this */
            getstatic sun.security.ssl.OutputRecord$T13PaddingHolder.zeros:[B
            iconst_0
            getstatic sun.security.ssl.OutputRecord$T13PaddingHolder.zeros:[B
            arraylength
            invokevirtual sun.security.ssl.OutputRecord.write:([BII)V
         3: .line 476
      StackMap locals:
      StackMap stack:
            aload 1 /* encCipher */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.sequenceNumber:()[B
            astore 4 /* sequenceNumber */
        start local 4 // byte[] sequenceNumber
         4: .line 477
            iload 3 /* headerSize */
            istore 5 /* position */
        start local 5 // int position
         5: .line 478
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* position */
            isub
            istore 6 /* contentLen */
        start local 6 // int contentLen
         6: .line 482
            aload 1 /* encCipher */
            iload 6 /* contentLen */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculatePacketSize:(II)I
         7: .line 481
            istore 7 /* requiredPacketSize */
        start local 7 // int requiredPacketSize
         8: .line 483
            iload 7 /* requiredPacketSize */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            arraylength
            if_icmple 12
         9: .line 484
            iload 7 /* requiredPacketSize */
            newarray 8
            astore 8 /* newBuf */
        start local 8 // byte[] newBuf
        10: .line 485
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 8 /* newBuf */
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 486
            aload 0 /* this */
            aload 8 /* newBuf */
            putfield sun.security.ssl.OutputRecord.buf:[B
        end local 8 // byte[] newBuf
        12: .line 490
      StackMap locals: sun.security.ssl.OutputRecord sun.security.ssl.SSLCipher$SSLWriteCipher int int byte[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            astore 8 /* pv */
        start local 8 // sun.security.ssl.ProtocolVersion pv
        13: .line 491
            aload 1 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 17
        14: .line 492
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 8 /* pv */
        15: .line 493
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            istore 2 /* contentType */
        16: .line 494
            goto 18
        17: .line 495
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 8 /* pv */
        18: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iload 5 /* position */
            iload 6 /* contentLen */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 9 /* destination */
        start local 9 // java.nio.ByteBuffer destination
        19: .line 499
            aload 0 /* this */
            iload 3 /* headerSize */
            aload 1 /* encCipher */
            iload 2 /* contentType */
            aload 9 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
        20: .line 502
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 3 /* headerSize */
            isub
            istore 10 /* fragLen */
        start local 10 // int fragLen
        21: .line 504
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            iload 2 /* contentType */
            bastore
        22: .line 505
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_1
            aload 8 /* pv */
            getfield sun.security.ssl.ProtocolVersion.major:B
            bastore
        23: .line 506
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_2
            aload 8 /* pv */
            getfield sun.security.ssl.ProtocolVersion.minor:B
            bastore
        24: .line 507
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_3
            iload 10 /* fragLen */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        25: .line 508
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            iload 10 /* fragLen */
            sipush 255
            iand
            i2b
            bastore
        26: .line 510
            aload 4 /* sequenceNumber */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
            lreturn
        end local 10 // int fragLen
        end local 9 // java.nio.ByteBuffer destination
        end local 8 // sun.security.ssl.ProtocolVersion pv
        end local 7 // int requiredPacketSize
        end local 6 // int contentLen
        end local 5 // int position
        end local 4 // byte[] sequenceNumber
        end local 3 // int headerSize
        end local 2 // byte contentType
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   27     0                this  Lsun/security/ssl/OutputRecord;
            0   27     1           encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   27     2         contentType  B
            0   27     3          headerSize  I
            4   27     4      sequenceNumber  [B
            5   27     5            position  I
            6   27     6          contentLen  I
            8   27     7  requiredPacketSize  I
           10   12     8              newBuf  [B
           13   27     8                  pv  Lsun/security/ssl/ProtocolVersion;
           19   27     9         destination  Ljava/nio/ByteBuffer;
           21   27    10             fragLen  I
    MethodParameters:
             Name  Flags
      encCipher    
      contentType  
      headerSize   

  private long t10Encrypt(sun.security.ssl.SSLCipher$SSLWriteCipher, byte, int);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        start local 2 // byte contentType
        start local 3 // int headerSize
         0: .line 515
            aload 1 /* encCipher */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.sequenceNumber:()[B
            astore 4 /* sequenceNumber */
        start local 4 // byte[] sequenceNumber
         1: .line 516
            iload 3 /* headerSize */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 5 /* position */
        start local 5 // int position
         2: .line 517
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* position */
            isub
            istore 6 /* contentLen */
        start local 6 // int contentLen
         3: .line 521
            aload 1 /* encCipher */
            iload 6 /* contentLen */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculatePacketSize:(II)I
         4: .line 520
            istore 7 /* requiredPacketSize */
        start local 7 // int requiredPacketSize
         5: .line 522
            iload 7 /* requiredPacketSize */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            arraylength
            if_icmple 9
         6: .line 523
            iload 7 /* requiredPacketSize */
            newarray 8
            astore 8 /* newBuf */
        start local 8 // byte[] newBuf
         7: .line 524
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 8 /* newBuf */
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 525
            aload 0 /* this */
            aload 8 /* newBuf */
            putfield sun.security.ssl.OutputRecord.buf:[B
        end local 8 // byte[] newBuf
         9: .line 527
      StackMap locals: sun.security.ssl.OutputRecord sun.security.ssl.SSLCipher$SSLWriteCipher int int byte[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iload 5 /* position */
            iload 6 /* contentLen */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 8 /* destination */
        start local 8 // java.nio.ByteBuffer destination
        10: .line 528
            aload 0 /* this */
            iload 3 /* headerSize */
            aload 1 /* encCipher */
            iload 2 /* contentType */
            aload 8 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
        11: .line 531
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 3 /* headerSize */
            isub
            istore 9 /* fragLen */
        start local 9 // int fragLen
        12: .line 532
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            iload 2 /* contentType */
            bastore
        13: .line 533
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_1
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            bastore
        14: .line 534
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_2
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            bastore
        15: .line 535
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_3
            iload 9 /* fragLen */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        16: .line 536
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            iload 9 /* fragLen */
            sipush 255
            iand
            i2b
            bastore
        17: .line 538
            aload 4 /* sequenceNumber */
            invokestatic sun.security.ssl.Authenticator.toLong:([B)J
            lreturn
        end local 9 // int fragLen
        end local 8 // java.nio.ByteBuffer destination
        end local 7 // int requiredPacketSize
        end local 6 // int contentLen
        end local 5 // int position
        end local 4 // byte[] sequenceNumber
        end local 3 // int headerSize
        end local 2 // byte contentType
        end local 1 // sun.security.ssl.SSLCipher$SSLWriteCipher encCipher
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lsun/security/ssl/OutputRecord;
            0   18     1           encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   18     2         contentType  B
            0   18     3          headerSize  I
            1   18     4      sequenceNumber  [B
            2   18     5            position  I
            3   18     6          contentLen  I
            5   18     7  requiredPacketSize  I
            7    9     8              newBuf  [B
           10   18     8         destination  Ljava/nio/ByteBuffer;
           12   18     9             fragLen  I
    MethodParameters:
             Name  Flags
      encCipher    
      contentType  
      headerSize   

  static java.nio.ByteBuffer encodeV2ClientHello(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=17, args_size=3
        start local 0 // byte[] fragment
        start local 1 // int offset
        start local 2 // int length
         0: .line 543
            iload 1 /* offset */
            bipush 34
            iadd
            istore 3 /* v3SessIdLenOffset */
        start local 3 // int v3SessIdLenOffset
         1: .line 546
            aload 0 /* fragment */
            iload 3 /* v3SessIdLenOffset */
            baload
            istore 4 /* v3SessIdLen */
        start local 4 // int v3SessIdLen
         2: .line 547
            iload 3 /* v3SessIdLenOffset */
            iconst_1
            iadd
            iload 4 /* v3SessIdLen */
            iadd
            istore 5 /* v3CSLenOffset */
        start local 5 // int v3CSLenOffset
         3: .line 548
            aload 0 /* fragment */
            iload 5 /* v3CSLenOffset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
         4: .line 549
            aload 0 /* fragment */
            iload 5 /* v3CSLenOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         5: .line 548
            iadd
            istore 6 /* v3CSLen */
        start local 6 // int v3CSLen
         6: .line 550
            iload 6 /* v3CSLen */
            iconst_2
            idiv
            istore 7 /* cipherSpecs */
        start local 7 // int cipherSpecs
         7: .line 560
            bipush 11
            iload 7 /* cipherSpecs */
            bipush 6
            imul
            iadd
            iconst_3
            iadd
            bipush 32
            iadd
            istore 8 /* v2MaxMsgLen */
        start local 8 // int v2MaxMsgLen
         8: .line 563
            iload 8 /* v2MaxMsgLen */
            newarray 8
            astore 9 /* dstBytes */
        start local 9 // byte[] dstBytes
         9: .line 564
            aload 9 /* dstBytes */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 10 /* dstBuf */
        start local 10 // java.nio.ByteBuffer dstBuf
        10: .line 572
            iload 5 /* v3CSLenOffset */
            iconst_2
            iadd
            istore 11 /* v3CSOffset */
        start local 11 // int v3CSOffset
        11: .line 573
            iconst_0
            istore 12 /* v2CSLen */
        start local 12 // int v2CSLen
        12: .line 575
            aload 10 /* dstBuf */
            bipush 11
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        13: .line 576
            iconst_0
            istore 13 /* containsRenegoInfoSCSV */
        start local 13 // boolean containsRenegoInfoSCSV
        14: .line 577
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        15: goto 23
        16: .line 580
      StackMap locals: byte[] int int int int int int int int byte[] java.nio.ByteBuffer int int int int
      StackMap stack:
            aload 0 /* fragment */
            iload 11 /* v3CSOffset */
            iinc 11 /* v3CSOffset */ 1
            baload
            istore 15 /* byte1 */
        start local 15 // byte byte1
        17: .line 581
            aload 0 /* fragment */
            iload 11 /* v3CSOffset */
            iinc 11 /* v3CSOffset */ 1
            baload
            istore 16 /* byte2 */
        start local 16 // byte byte2
        18: .line 582
            iload 12 /* v2CSLen */
            aload 10 /* dstBuf */
            iload 15 /* byte1 */
            iload 16 /* byte2 */
            invokestatic sun.security.ssl.OutputRecord.V3toV2CipherSuite:(Ljava/nio/ByteBuffer;BB)I
            iadd
            istore 12 /* v2CSLen */
        19: .line 583
            iload 13 /* containsRenegoInfoSCSV */
            ifne 22
        20: .line 584
            iload 15 /* byte1 */
            ifne 22
            iload 16 /* byte2 */
            iconst_m1
            if_icmpne 22
        21: .line 585
            iconst_1
            istore 13 /* containsRenegoInfoSCSV */
        end local 16 // byte byte2
        end local 15 // byte byte1
        22: .line 577
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 14 /* i */
            iload 7 /* cipherSpecs */
            if_icmplt 16
        end local 14 // int i
        24: .line 589
            iload 13 /* containsRenegoInfoSCSV */
            ifne 26
        25: .line 590
            iload 12 /* v2CSLen */
            aload 10 /* dstBuf */
            iconst_0
            iconst_m1
            invokestatic sun.security.ssl.OutputRecord.V3toV2CipherSuite:(Ljava/nio/ByteBuffer;BB)I
            iadd
            istore 12 /* v2CSLen */
        26: .line 596
      StackMap locals:
      StackMap stack:
            aload 10 /* dstBuf */
            aload 0 /* fragment */
            iload 1 /* offset */
            iconst_2
            iadd
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        27: .line 602
            aload 10 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_2
            isub
            istore 14 /* msgLen */
        start local 14 // int msgLen
        28: .line 603
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        29: .line 604
            aload 10 /* dstBuf */
            sipush 128
            iload 14 /* msgLen */
            bipush 8
            iushr
            sipush 255
            iand
            ior
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        30: .line 605
            aload 10 /* dstBuf */
            iload 14 /* msgLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        31: .line 606
            aload 10 /* dstBuf */
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        32: .line 607
            aload 10 /* dstBuf */
            aload 0 /* fragment */
            iload 1 /* offset */
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        33: .line 608
            aload 10 /* dstBuf */
            aload 0 /* fragment */
            iload 1 /* offset */
            iconst_1
            iadd
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        34: .line 609
            aload 10 /* dstBuf */
            iload 12 /* v2CSLen */
            bipush 8
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        35: .line 610
            aload 10 /* dstBuf */
            iload 12 /* v2CSLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        36: .line 611
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        37: .line 612
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        38: .line 613
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        39: .line 614
            aload 10 /* dstBuf */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        40: .line 616
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        41: .line 617
            aload 10 /* dstBuf */
            iload 14 /* msgLen */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 619
            aload 10 /* dstBuf */
            areturn
        end local 14 // int msgLen
        end local 13 // boolean containsRenegoInfoSCSV
        end local 12 // int v2CSLen
        end local 11 // int v3CSOffset
        end local 10 // java.nio.ByteBuffer dstBuf
        end local 9 // byte[] dstBytes
        end local 8 // int v2MaxMsgLen
        end local 7 // int cipherSpecs
        end local 6 // int v3CSLen
        end local 5 // int v3CSLenOffset
        end local 4 // int v3SessIdLen
        end local 3 // int v3SessIdLenOffset
        end local 2 // int length
        end local 1 // int offset
        end local 0 // byte[] fragment
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   43     0                fragment  [B
            0   43     1                  offset  I
            0   43     2                  length  I
            1   43     3       v3SessIdLenOffset  I
            2   43     4             v3SessIdLen  I
            3   43     5           v3CSLenOffset  I
            6   43     6                 v3CSLen  I
            7   43     7             cipherSpecs  I
            8   43     8             v2MaxMsgLen  I
            9   43     9                dstBytes  [B
           10   43    10                  dstBuf  Ljava/nio/ByteBuffer;
           11   43    11              v3CSOffset  I
           12   43    12                 v2CSLen  I
           14   43    13  containsRenegoInfoSCSV  Z
           15   24    14                       i  I
           17   22    15                   byte1  B
           18   22    16                   byte2  B
           28   43    14                  msgLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      fragment  
      offset    
      length    

  private static int V3toV2CipherSuite(java.nio.ByteBuffer, byte, byte);
    descriptor: (Ljava/nio/ByteBuffer;BB)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer dstBuf
        start local 1 // byte byte1
        start local 2 // byte byte2
         0: .line 624
            aload 0 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         1: .line 625
            aload 0 /* dstBuf */
            iload 1 /* byte1 */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 626
            aload 0 /* dstBuf */
            iload 2 /* byte2 */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 628
            iload 2 /* byte2 */
            sipush 255
            iand
            bipush 10
            if_icmpgt 4
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
            iload 2 /* byte2 */
            iaload
            iconst_m1
            if_icmpne 5
         4: .line 629
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         5: .line 632
      StackMap locals:
      StackMap stack:
            aload 0 /* dstBuf */
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
            iload 2 /* byte2 */
            iaload
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         6: .line 633
            aload 0 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 634
            aload 0 /* dstBuf */
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap3:[I
            iload 2 /* byte2 */
            iaload
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         8: .line 636
            bipush 6
            ireturn
        end local 2 // byte byte2
        end local 1 // byte byte1
        end local 0 // java.nio.ByteBuffer dstBuf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0  dstBuf  Ljava/nio/ByteBuffer;
            0    9     1   byte1  B
            0    9     2   byte2  B
    MethodParameters:
        Name  Flags
      dstBuf  
      byte1   
      byte2   
}
SourceFile: "OutputRecord.java"
NestMembers:
  sun.security.ssl.OutputRecord$T13PaddingHolder
InnerClasses:
  private final T13PaddingHolder = sun.security.ssl.OutputRecord$T13PaddingHolder of sun.security.ssl.OutputRecord
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher