final class sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher extends sun.security.ssl.SSLCipher$SSLWriteCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher
  super_class: sun.security.ssl.SSLCipher$SSLWriteCipher
{
  private final javax.crypto.Cipher cipher;
    descriptor: Ljavax/crypto/Cipher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.SecureRandom random;
    descriptor: Ljava/security/SecureRandom;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.ssl.Authenticator, sun.security.ssl.ProtocolVersion, sun.security.ssl.SSLCipher, java.lang.String, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/SSLCipher;Ljava/lang/String;Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // sun.security.ssl.Authenticator authenticator
        start local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 3 // sun.security.ssl.SSLCipher sslCipher
        start local 4 // java.lang.String algorithm
        start local 5 // java.security.Key key
        start local 6 // java.security.spec.AlgorithmParameterSpec params
        start local 7 // java.security.SecureRandom random
         0: .line 1457
            aload 0 /* this */
            aload 1 /* authenticator */
            aload 2 /* protocolVersion */
            invokespecial sun.security.ssl.SSLCipher$SSLWriteCipher.<init>:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;)V
         1: .line 1458
            aload 0 /* this */
            aload 4 /* algorithm */
            invokestatic sun.security.ssl.JsseJce.getCipher:(Ljava/lang/String;)Ljavax/crypto/Cipher;
            putfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
         2: .line 1459
            aload 0 /* this */
            aload 7 /* random */
            putfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.random:Ljava/security/SecureRandom;
         3: .line 1460
            aload 6 /* params */
            ifnonnull 5
         4: .line 1461
            new javax.crypto.spec.IvParameterSpec
            dup
            aload 3 /* sslCipher */
            getfield sun.security.ssl.SSLCipher.ivSize:I
            newarray 8
            invokespecial javax.crypto.spec.IvParameterSpec.<init>:([B)V
            astore 6 /* params */
         5: .line 1463
      StackMap locals: sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher sun.security.ssl.Authenticator sun.security.ssl.ProtocolVersion sun.security.ssl.SSLCipher java.lang.String java.security.Key java.security.spec.AlgorithmParameterSpec java.security.SecureRandom
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            iconst_1
            aload 5 /* key */
            aload 6 /* params */
            aload 7 /* random */
            invokevirtual javax.crypto.Cipher.init:(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
         6: .line 1464
            return
        end local 7 // java.security.SecureRandom random
        end local 6 // java.security.spec.AlgorithmParameterSpec params
        end local 5 // java.security.Key key
        end local 4 // java.lang.String algorithm
        end local 3 // sun.security.ssl.SSLCipher sslCipher
        end local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 1 // sun.security.ssl.Authenticator authenticator
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
            0    7     1    authenticator  Lsun/security/ssl/Authenticator;
            0    7     2  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    7     3        sslCipher  Lsun/security/ssl/SSLCipher;
            0    7     4        algorithm  Ljava/lang/String;
            0    7     5              key  Ljava/security/Key;
            0    7     6           params  Ljava/security/spec/AlgorithmParameterSpec;
            0    7     7           random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
                 Name  Flags
      authenticator    
      protocolVersion  
      sslCipher        
      algorithm        
      key              
      params           
      random           

  public int encrypt(byte, java.nio.ByteBuffer);
    descriptor: (BLjava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer bb
         0: .line 1470
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 1473
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.Authenticator$MAC
            astore 4 /* signer */
        start local 4 // sun.security.ssl.Authenticator$MAC signer
         2: .line 1474
            aload 4 /* signer */
            invokeinterface sun.security.ssl.Authenticator$MAC.macAlg:()Lsun/security/ssl/CipherSuite$MacAlg;
            getfield sun.security.ssl.CipherSuite$MacAlg.size:I
            ifeq 5
         3: .line 1475
            aload 4 /* signer */
            aload 2 /* bb */
            iload 1 /* contentType */
            invokestatic sun.security.ssl.SSLCipher.addMac:(Lsun/security/ssl/Authenticator$MAC;Ljava/nio/ByteBuffer;B)V
         4: .line 1476
            goto 6
         5: .line 1477
      StackMap locals: int sun.security.ssl.Authenticator$MAC
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.increaseSequenceNumber:()V
         6: .line 1481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            newarray 8
            astore 5 /* nonce */
        start local 5 // byte[] nonce
         7: .line 1482
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.random:Ljava/security/SecureRandom;
            aload 5 /* nonce */
            invokevirtual java.security.SecureRandom.nextBytes:([B)V
         8: .line 1483
            iload 3 /* pos */
            aload 5 /* nonce */
            arraylength
            isub
            istore 3 /* pos */
         9: .line 1484
            aload 2 /* bb */
            iload 3 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        10: .line 1485
            aload 2 /* bb */
            aload 5 /* nonce */
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        11: .line 1486
            aload 2 /* bb */
            iload 3 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        12: .line 1488
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 6 /* blockSize */
        start local 6 // int blockSize
        13: .line 1489
            aload 2 /* bb */
            iload 6 /* blockSize */
            invokestatic sun.security.ssl.SSLCipher.addPadding:(Ljava/nio/ByteBuffer;I)I
            istore 7 /* len */
        start local 7 // int len
        14: .line 1490
            aload 2 /* bb */
            iload 3 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        15: .line 1492
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 19
            ldc "plaintext"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 19
        16: .line 1494
            ldc "Padded plaintext before ENCRYPTION"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        17: .line 1495
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            aastore
        18: .line 1493
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        19: .line 1498
      StackMap locals: byte[] int int
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 8 /* dup */
        start local 8 // java.nio.ByteBuffer dup
        20: .line 1500
            iload 7 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            aload 8 /* dup */
            aload 2 /* bb */
            invokevirtual javax.crypto.Cipher.update:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
            if_icmpeq 24
        21: .line 1502
            new java.lang.RuntimeException
            dup
        22: .line 1503
            ldc "Unexpected number of plaintext bytes"
        23: .line 1502
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1506
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 8 /* dup */
            invokevirtual java.nio.ByteBuffer.position:()I
            if_icmpeq 32
        25: .line 1507
            new java.lang.RuntimeException
            dup
        26: .line 1508
            ldc "Unexpected ByteBuffer position"
        27: .line 1507
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 1510
      StackMap locals:
      StackMap stack: javax.crypto.ShortBufferException
            astore 9 /* sbe */
        start local 9 // javax.crypto.ShortBufferException sbe
        29: .line 1512
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cipher buffering error in JCE provider "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        30: .line 1513
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getProvider:()Ljava/security/Provider;
            invokevirtual java.security.Provider.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 9 /* sbe */
        31: .line 1512
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 9 // javax.crypto.ShortBufferException sbe
        32: .line 1516
      StackMap locals:
      StackMap stack:
            iload 7 /* len */
            ireturn
        end local 8 // java.nio.ByteBuffer dup
        end local 7 // int len
        end local 6 // int blockSize
        end local 5 // byte[] nonce
        end local 4 // sun.security.ssl.Authenticator$MAC signer
        end local 3 // int pos
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   33     0         this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
            0   33     1  contentType  B
            0   33     2           bb  Ljava/nio/ByteBuffer;
            1   33     3          pos  I
            2   33     4       signer  Lsun/security/ssl/Authenticator$MAC;
            7   33     5        nonce  [B
           13   33     6    blockSize  I
           14   33     7          len  I
           20   33     8          dup  Ljava/nio/ByteBuffer;
           29   32     9          sbe  Ljavax/crypto/ShortBufferException;
      Exception table:
        from    to  target  type
          20    28      28  Class javax.crypto.ShortBufferException
    MethodParameters:
             Name  Flags
      contentType  
      bb           

  void dispose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1521
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            ifnull 4
         1: .line 1523
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.doFinal:()[B
            pop
         2: .line 1524
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 1528
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  int getExplicitNonceSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1532
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;

  int calculateFragmentSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // int packetLimit
        start local 2 // int headerSize
         0: .line 1537
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.Authenticator$MAC
            invokeinterface sun.security.ssl.Authenticator$MAC.macAlg:()Lsun/security/ssl/CipherSuite$MacAlg;
            getfield sun.security.ssl.CipherSuite$MacAlg.size:I
            istore 3 /* macLen */
        start local 3 // int macLen
         1: .line 1538
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 4 /* blockSize */
        start local 4 // int blockSize
         2: .line 1539
            iload 1 /* packetLimit */
            iload 2 /* headerSize */
            isub
            iload 4 /* blockSize */
            isub
            istore 5 /* fragLen */
        start local 5 // int fragLen
         3: .line 1540
            iload 5 /* fragLen */
            iload 5 /* fragLen */
            iload 4 /* blockSize */
            irem
            isub
            istore 5 /* fragLen */
         4: .line 1542
            iinc 5 /* fragLen */ -1
         5: .line 1543
            iload 5 /* fragLen */
            iload 3 /* macLen */
            isub
            istore 5 /* fragLen */
         6: .line 1544
            iload 5 /* fragLen */
            ireturn
        end local 5 // int fragLen
        end local 4 // int blockSize
        end local 3 // int macLen
        end local 2 // int headerSize
        end local 1 // int packetLimit
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
            0    7     1  packetLimit  I
            0    7     2   headerSize  I
            1    7     3       macLen  I
            2    7     4    blockSize  I
            3    7     5      fragLen  I
    MethodParameters:
             Name  Flags
      packetLimit  
      headerSize   

  int calculatePacketSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // int fragmentSize
        start local 2 // int headerSize
         0: .line 1549
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.Authenticator$MAC
            invokeinterface sun.security.ssl.Authenticator$MAC.macAlg:()Lsun/security/ssl/CipherSuite$MacAlg;
            getfield sun.security.ssl.CipherSuite$MacAlg.size:I
            istore 3 /* macLen */
        start local 3 // int macLen
         1: .line 1550
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 4 /* blockSize */
        start local 4 // int blockSize
         2: .line 1551
            iload 1 /* fragmentSize */
            iload 3 /* macLen */
            iadd
            iconst_1
            iadd
            istore 5 /* paddedLen */
        start local 5 // int paddedLen
         3: .line 1552
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            irem
            ifeq 6
         4: .line 1553
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            iconst_1
            isub
            iadd
            istore 5 /* paddedLen */
         5: .line 1554
            iload 5 /* paddedLen */
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            irem
            isub
            istore 5 /* paddedLen */
         6: .line 1557
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* headerSize */
            iload 4 /* blockSize */
            iadd
            iload 5 /* paddedLen */
            iadd
            ireturn
        end local 5 // int paddedLen
        end local 4 // int blockSize
        end local 3 // int macLen
        end local 2 // int headerSize
        end local 1 // int fragmentSize
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
            0    7     1  fragmentSize  I
            0    7     2    headerSize  I
            1    7     3        macLen  I
            2    7     4     blockSize  I
            3    7     5     paddedLen  I
    MethodParameters:
              Name  Flags
      fragmentSize  
      headerSize    

  boolean isCBCMode();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1562
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher;
}
SourceFile: "SSLCipher.java"
NestHost: sun.security.ssl.SSLCipher
InnerClasses:
  abstract MAC = sun.security.ssl.Authenticator$MAC of sun.security.ssl.Authenticator
  final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher
  private final T11BlockWriteCipherGenerator = sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator of sun.security.ssl.SSLCipher
  final BlockWriteCipher = sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator$BlockWriteCipher of sun.security.ssl.SSLCipher$T11BlockWriteCipherGenerator