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) 

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

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

  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 76
            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 75
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
         2: .line 78
            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 77
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap3:[I
         4: .line 80
            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 79
            putstatic sun.security.ssl.OutputRecord.HANDSHAKE_MESSAGE_KEY_UPDATE:[B
         6: .line 80
            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=2, 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 82
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
         1: .line 60
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
         2: .line 83
            aload 0 /* this */
            aload 2 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         3: .line 84
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.firstMessage:Z
         4: .line 85
            aload 0 /* this */
            sipush 16384
            putfield sun.security.ssl.OutputRecord.fragmentSize:I
         5: .line 87
            aload 0 /* this */
            aload 1 /* handshakeHash */
            putfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
         6: .line 90
            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    7     0           this  Lsun/security/ssl/OutputRecord;
            0    7     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
            0    7     2    writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    MethodParameters:
               Name  Flags
      handshakeHash  
      writeCipher    

  synchronized void setVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 93
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         1: .line 94
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/security/ssl/OutputRecord;
            0    2     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  synchronized void setHelloVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion helloVersion
         0: .line 100
            aload 0 /* this */
            aload 1 /* helloVersion */
            putfield sun.security.ssl.OutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
         1: .line 101
            return
        end local 1 // sun.security.ssl.ProtocolVersion helloVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/OutputRecord;
            0    2     1  helloVersion  Lsun/security/ssl/ProtocolVersion;
    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 108
            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;

  synchronized boolean seqNumIsHuge();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 112
            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
         1: .line 113
            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
         2: .line 112
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/OutputRecord;

  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 131
            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 136
            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 142
            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 147
            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  

  synchronized void changeWriteCiphers(sun.security.ssl.SSLCipher$SSLWriteCipher, boolean);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;Z)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, 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 153
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifeq 4
         1: .line 154
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 155
            ldc "outbound has closed, ignore outbound change_cipher_spec message"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 158
      StackMap locals:
      StackMap stack:
            return
         4: .line 161
      StackMap locals:
      StackMap stack:
            iload 2 /* useChangeCipherSpec */
            ifeq 6
         5: .line 162
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.encodeChangeCipherSpec:()V
         6: .line 173
      StackMap locals:
      StackMap stack:
            aload 1 /* writeCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         7: .line 175
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         8: .line 176
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
         9: .line 177
            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   10     0                 this  Lsun/security/ssl/OutputRecord;
            0   10     1          writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   10     2  useChangeCipherSpec  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                     Name  Flags
      writeCipher          
      useChangeCipherSpec  

  synchronized void changeWriteCiphers(sun.security.ssl.SSLCipher$SSLWriteCipher, byte);
    descriptor: (Lsun/security/ssl/SSLCipher$SSLWriteCipher;B)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, 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 // byte keyUpdateRequest
         0: .line 182
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifeq 4
         1: .line 183
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 184
            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
         3: .line 187
      StackMap locals:
      StackMap stack:
            return
         4: .line 191
      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
         5: .line 192
            aload 3 /* hm */
            aload 3 /* hm */
            arraylength
            iconst_1
            isub
            iload 2 /* keyUpdateRequest */
            bastore
         6: .line 193
            aload 0 /* this */
            aload 3 /* hm */
            iconst_0
            aload 3 /* hm */
            arraylength
            invokevirtual sun.security.ssl.OutputRecord.encodeHandshake:([BII)V
         7: .line 194
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.flush:()V
         8: .line 197
            aload 1 /* writeCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         9: .line 199
            aload 0 /* this */
            aload 1 /* writeCipher */
            putfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 200
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isFirstAppOutputRecord:Z
        11: .line 201
            return
        end local 3 // byte[] hm
        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   12     0              this  Lsun/security/ssl/OutputRecord;
            0   12     1       writeCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   12     2  keyUpdateRequest  B
            5   12     3                hm  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      writeCipher       
      keyUpdateRequest  

  synchronized void changePacketSize(int);
    descriptor: (I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int packetSize
         0: .line 204
            aload 0 /* this */
            iload 1 /* packetSize */
            putfield sun.security.ssl.OutputRecord.packetSize:I
         1: .line 205
            return
        end local 1 // int packetSize
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/ssl/OutputRecord;
            0    2     1  packetSize  I
    MethodParameters:
            Name  Flags
      packetSize  

  synchronized void changeFragmentSize(int);
    descriptor: (I)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int fragmentSize
         0: .line 208
            aload 0 /* this */
            iload 1 /* fragmentSize */
            putfield sun.security.ssl.OutputRecord.fragmentSize:I
         1: .line 209
            return
        end local 1 // int fragmentSize
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/OutputRecord;
            0    2     1  fragmentSize  I
    MethodParameters:
              Name  Flags
      fragmentSize  

  synchronized int getMaxPacketSize();
    descriptor: ()I
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 212
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.packetSize:I
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;

  void initHandshaker();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 218
            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 223
            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 228
            return
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 232
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.isClosed:Z
            ifeq 2
         1: .line 233
            return
         2: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.isClosed:Z
         3: .line 237
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.dispose:()V
         4: .line 238
            return
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/OutputRecord;
    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 241
            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;

  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 257
            aload 6 /* protocolVersion */
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            istore 7 /* isDTLS */
        start local 7 // boolean isDTLS
         1: .line 258
            iload 7 /* isDTLS */
            ifeq 11
         2: .line 259
            aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 7
         3: .line 260
            aload 0 /* encCipher */
         4: .line 261
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
         5: .line 262
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
         6: .line 260
            invokestatic sun.security.ssl.OutputRecord.d13Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
         7: .line 264
      StackMap locals: int
      StackMap stack:
            aload 0 /* encCipher */
         8: .line 265
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
         9: .line 266
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        10: .line 264
            invokestatic sun.security.ssl.OutputRecord.d10Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
        11: .line 269
      StackMap locals:
      StackMap stack:
            aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 16
        12: .line 270
            aload 0 /* encCipher */
        13: .line 271
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
        14: .line 272
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        15: .line 270
            invokestatic sun.security.ssl.OutputRecord.t13Encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lreturn
        16: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* encCipher */
        17: .line 275
            iload 1 /* contentType */
            aload 2 /* destination */
            iload 3 /* headerOffset */
        18: .line 276
            iload 4 /* dstLim */
            iload 5 /* headerSize */
            aload 6 /* protocolVersion */
        19: .line 274
            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 285
            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 292
            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 293
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
         2: .line 296
            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 298
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 299
            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 300
            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 303
            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 304
            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 305
            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 306
            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 307
            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 308
            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 309
            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 310
            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 313
            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 314
            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 317
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        17: .line 319
            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 326
            aload 0 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 4
         1: .line 328
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 7 /* endOfPt */
        start local 7 // int endOfPt
         2: .line 329
            aload 2 /* destination */
            iload 7 /* endOfPt */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
         3: .line 330
            aload 2 /* destination */
            iload 7 /* endOfPt */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        end local 7 // int endOfPt
         4: .line 334
      StackMap locals:
      StackMap stack:
            aload 6 /* protocolVersion */
            astore 7 /* pv */
        start local 7 // sun.security.ssl.ProtocolVersion pv
         5: .line 335
            aload 0 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 9
         6: .line 336
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 7 /* pv */
         7: .line 337
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            istore 1 /* contentType */
         8: .line 338
            goto 11
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
         9: aload 6 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 11
        10: .line 339
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 7 /* pv */
        11: .line 342
      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
        12: .line 343
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
        13: .line 346
            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
        14: .line 347
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        15: .line 348
            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
        16: .line 349
            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
        17: .line 352
            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
        18: .line 353
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iconst_4
            iadd
            iload 9 /* fragLen */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        19: .line 356
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        20: .line 358
            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   21     0        encCipher  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0   21     1      contentType  B
            0   21     2      destination  Ljava/nio/ByteBuffer;
            0   21     3     headerOffset  I
            0   21     4           dstLim  I
            0   21     5       headerSize  I
            0   21     6  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            2    4     7          endOfPt  I
            5   21     7               pv  Lsun/security/ssl/ProtocolVersion;
           12   21     8   sequenceNumber  [B
           14   21     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 365
            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 366
            aload 0 /* encCipher */
            iload 1 /* contentType */
            aload 2 /* destination */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.encrypt:(BLjava/nio/ByteBuffer;)I
            pop
         2: .line 369
            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 371
            aload 2 /* destination */
            iload 3 /* headerOffset */
            iload 1 /* contentType */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         4: .line 372
            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 373
            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 376
            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 377
            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 380
            aload 2 /* destination */
            aload 2 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 382
            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 391
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 2
         1: .line 392
            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 394
      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 404
            aload 1 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 3
         1: .line 406
            aload 0 /* this */
            iload 2 /* contentType */
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         2: .line 407
            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 410
      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 411
            iload 3 /* headerSize */
            istore 5 /* position */
        start local 5 // int position
         5: .line 412
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* position */
            isub
            istore 6 /* contentLen */
        start local 6 // int contentLen
         6: .line 416
            aload 1 /* encCipher */
            iload 6 /* contentLen */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculatePacketSize:(II)I
         7: .line 415
            istore 7 /* requiredPacketSize */
        start local 7 // int requiredPacketSize
         8: .line 417
            iload 7 /* requiredPacketSize */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            arraylength
            if_icmple 12
         9: .line 418
            iload 7 /* requiredPacketSize */
            newarray 8
            astore 8 /* newBuf */
        start local 8 // byte[] newBuf
        10: .line 419
            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 420
            aload 0 /* this */
            aload 8 /* newBuf */
            putfield sun.security.ssl.OutputRecord.buf:[B
        end local 8 // byte[] newBuf
        12: .line 424
      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 425
            aload 1 /* encCipher */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isNullCipher:()Z
            ifne 17
        14: .line 426
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 8 /* pv */
        15: .line 427
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            istore 2 /* contentType */
        16: .line 428
            goto 18
        17: .line 429
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            getstatic sun.security.ssl.ProtocolVersion.TLS12:Lsun/security/ssl/ProtocolVersion;
            astore 8 /* pv */
        18: .line 432
      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 433
            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 436
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 3 /* headerSize */
            isub
            istore 10 /* fragLen */
        start local 10 // int fragLen
        21: .line 438
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            iload 2 /* contentType */
            bastore
        22: .line 439
            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 440
            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 441
            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 442
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            iload 10 /* fragLen */
            sipush 255
            iand
            i2b
            bastore
        26: .line 444
            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 449
            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 450
            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 451
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* position */
            isub
            istore 6 /* contentLen */
        start local 6 // int contentLen
         3: .line 455
            aload 1 /* encCipher */
            iload 6 /* contentLen */
            iload 3 /* headerSize */
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculatePacketSize:(II)I
         4: .line 454
            istore 7 /* requiredPacketSize */
        start local 7 // int requiredPacketSize
         5: .line 456
            iload 7 /* requiredPacketSize */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            arraylength
            if_icmple 9
         6: .line 457
            iload 7 /* requiredPacketSize */
            newarray 8
            astore 8 /* newBuf */
        start local 8 // byte[] newBuf
         7: .line 458
            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 459
            aload 0 /* this */
            aload 8 /* newBuf */
            putfield sun.security.ssl.OutputRecord.buf:[B
        end local 8 // byte[] newBuf
         9: .line 461
      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 462
            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 465
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 3 /* headerSize */
            isub
            istore 9 /* fragLen */
        start local 9 // int fragLen
        12: .line 466
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            iload 2 /* contentType */
            bastore
        13: .line 467
            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 468
            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 469
            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 470
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            iload 9 /* fragLen */
            sipush 255
            iand
            i2b
            bastore
        17: .line 472
            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 477
            iload 1 /* offset */
            bipush 34
            iadd
            istore 3 /* v3SessIdLenOffset */
        start local 3 // int v3SessIdLenOffset
         1: .line 480
            aload 0 /* fragment */
            iload 3 /* v3SessIdLenOffset */
            baload
            istore 4 /* v3SessIdLen */
        start local 4 // int v3SessIdLen
         2: .line 481
            iload 3 /* v3SessIdLenOffset */
            iconst_1
            iadd
            iload 4 /* v3SessIdLen */
            iadd
            istore 5 /* v3CSLenOffset */
        start local 5 // int v3CSLenOffset
         3: .line 482
            aload 0 /* fragment */
            iload 5 /* v3CSLenOffset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
         4: .line 483
            aload 0 /* fragment */
            iload 5 /* v3CSLenOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         5: .line 482
            iadd
            istore 6 /* v3CSLen */
        start local 6 // int v3CSLen
         6: .line 484
            iload 6 /* v3CSLen */
            iconst_2
            idiv
            istore 7 /* cipherSpecs */
        start local 7 // int cipherSpecs
         7: .line 494
            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 497
            iload 8 /* v2MaxMsgLen */
            newarray 8
            astore 9 /* dstBytes */
        start local 9 // byte[] dstBytes
         9: .line 498
            aload 9 /* dstBytes */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 10 /* dstBuf */
        start local 10 // java.nio.ByteBuffer dstBuf
        10: .line 506
            iload 5 /* v3CSLenOffset */
            iconst_2
            iadd
            istore 11 /* v3CSOffset */
        start local 11 // int v3CSOffset
        11: .line 507
            iconst_0
            istore 12 /* v2CSLen */
        start local 12 // int v2CSLen
        12: .line 509
            aload 10 /* dstBuf */
            bipush 11
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        13: .line 510
            iconst_0
            istore 13 /* containsRenegoInfoSCSV */
        start local 13 // boolean containsRenegoInfoSCSV
        14: .line 511
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        15: goto 23
        16: .line 514
      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 515
            aload 0 /* fragment */
            iload 11 /* v3CSOffset */
            iinc 11 /* v3CSOffset */ 1
            baload
            istore 16 /* byte2 */
        start local 16 // byte byte2
        18: .line 516
            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 517
            iload 13 /* containsRenegoInfoSCSV */
            ifne 22
        20: .line 518
            iload 15 /* byte1 */
            ifne 22
            iload 16 /* byte2 */
            iconst_m1
            if_icmpne 22
        21: .line 519
            iconst_1
            istore 13 /* containsRenegoInfoSCSV */
        end local 16 // byte byte2
        end local 15 // byte byte1
        22: .line 511
      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 523
            iload 13 /* containsRenegoInfoSCSV */
            ifne 26
        25: .line 524
            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 530
      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 536
            aload 10 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            iconst_2
            isub
            istore 14 /* msgLen */
        start local 14 // int msgLen
        28: .line 537
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        29: .line 538
            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 539
            aload 10 /* dstBuf */
            iload 14 /* msgLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        31: .line 540
            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 541
            aload 10 /* dstBuf */
            aload 0 /* fragment */
            iload 1 /* offset */
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        33: .line 542
            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 543
            aload 10 /* dstBuf */
            iload 12 /* v2CSLen */
            bipush 8
            iushr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        35: .line 544
            aload 10 /* dstBuf */
            iload 12 /* v2CSLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        36: .line 545
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        37: .line 546
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        38: .line 547
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        39: .line 548
            aload 10 /* dstBuf */
            bipush 32
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        40: .line 550
            aload 10 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        41: .line 551
            aload 10 /* dstBuf */
            iload 14 /* msgLen */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 553
            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 558
            aload 0 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         1: .line 559
            aload 0 /* dstBuf */
            iload 1 /* byte1 */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         2: .line 560
            aload 0 /* dstBuf */
            iload 2 /* byte2 */
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 562
            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 563
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         5: .line 566
      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 567
            aload 0 /* dstBuf */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 568
            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 570
            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