final class sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$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$T10BlockWriteCipherGenerator$BlockWriteCipher
  super_class: sun.security.ssl.SSLCipher$SSLWriteCipher
{
  private final javax.crypto.Cipher cipher;
    descriptor: Ljavax/crypto/Cipher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.ssl.Authenticator, sun.security.ssl.ProtocolVersion, java.lang.String, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Ljava/lang/String;Ljava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // sun.security.ssl.Authenticator authenticator
        start local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 3 // java.lang.String algorithm
        start local 4 // java.security.Key key
        start local 5 // java.security.spec.AlgorithmParameterSpec params
        start local 6 // java.security.SecureRandom random
         0: .line 1194
            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 1195
            aload 0 /* this */
            aload 3 /* algorithm */
            invokestatic javax.crypto.Cipher.getInstance:(Ljava/lang/String;)Ljavax/crypto/Cipher;
            putfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
         2: .line 1196
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            iconst_1
            aload 4 /* key */
            aload 5 /* params */
            aload 6 /* random */
            invokevirtual javax.crypto.Cipher.init:(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
         3: .line 1197
            return
        end local 6 // java.security.SecureRandom random
        end local 5 // java.security.spec.AlgorithmParameterSpec params
        end local 4 // java.security.Key key
        end local 3 // java.lang.String algorithm
        end local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 1 // sun.security.ssl.Authenticator authenticator
        end local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher;
            0    4     1    authenticator  Lsun/security/ssl/Authenticator;
            0    4     2  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0    4     3        algorithm  Ljava/lang/String;
            0    4     4              key  Ljava/security/Key;
            0    4     5           params  Ljava/security/spec/AlgorithmParameterSpec;
            0    4     6           random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
                 Name  Flags
      authenticator    
      protocolVersion  
      algorithm        
      key              
      params           
      random           

  public int encrypt(byte, java.nio.ByteBuffer);
    descriptor: (BLjava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer bb
         0: .line 1201
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 1204
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$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 1205
            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 1206
            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 1207
            goto 6
         5: .line 1208
      StackMap locals: int sun.security.ssl.Authenticator$MAC
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.increaseSequenceNumber:()V
         6: .line 1211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 5 /* blockSize */
        start local 5 // int blockSize
         7: .line 1212
            aload 2 /* bb */
            iload 5 /* blockSize */
            invokestatic sun.security.ssl.SSLCipher.addPadding:(Ljava/nio/ByteBuffer;I)I
            istore 6 /* len */
        start local 6 // int len
         8: .line 1213
            aload 2 /* bb */
            iload 3 /* pos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         9: .line 1215
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 13
            ldc "plaintext"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 13
        10: .line 1217
            ldc "Padded plaintext before ENCRYPTION"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 1218
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            aastore
        12: .line 1216
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 1221
      StackMap locals: int int
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 7 /* dup */
        start local 7 // java.nio.ByteBuffer dup
        14: .line 1223
            iload 6 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            aload 7 /* dup */
            aload 2 /* bb */
            invokevirtual javax.crypto.Cipher.update:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
            if_icmpeq 18
        15: .line 1225
            new java.lang.RuntimeException
            dup
        16: .line 1226
            ldc "Unexpected number of plaintext bytes"
        17: .line 1225
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 1229
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 7 /* dup */
            invokevirtual java.nio.ByteBuffer.position:()I
            if_icmpeq 26
        19: .line 1230
            new java.lang.RuntimeException
            dup
        20: .line 1231
            ldc "Unexpected ByteBuffer position"
        21: .line 1230
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 1233
      StackMap locals:
      StackMap stack: javax.crypto.ShortBufferException
            astore 8 /* sbe */
        start local 8 // javax.crypto.ShortBufferException sbe
        23: .line 1235
            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
        24: .line 1236
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$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 8 /* sbe */
        25: .line 1235
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 8 // javax.crypto.ShortBufferException sbe
        26: .line 1239
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            ireturn
        end local 7 // java.nio.ByteBuffer dup
        end local 6 // int len
        end local 5 // int blockSize
        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$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher;
            0   27     1  contentType  B
            0   27     2           bb  Ljava/nio/ByteBuffer;
            1   27     3          pos  I
            2   27     4       signer  Lsun/security/ssl/Authenticator$MAC;
            7   27     5    blockSize  I
            8   27     6          len  I
           14   27     7          dup  Ljava/nio/ByteBuffer;
           23   26     8          sbe  Ljavax/crypto/ShortBufferException;
      Exception table:
        from    to  target  type
          14    22      22  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$T10BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1244
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            ifnull 4
         1: .line 1246
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.doFinal:()[B
            pop
         2: .line 1247
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 1251
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$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$T10BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1255
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$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$T10BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // int packetLimit
        start local 2 // int headerSize
         0: .line 1260
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$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 1261
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 4 /* blockSize */
        start local 4 // int blockSize
         2: .line 1262
            iload 1 /* packetLimit */
            iload 2 /* headerSize */
            isub
            istore 5 /* fragLen */
        start local 5 // int fragLen
         3: .line 1263
            iload 5 /* fragLen */
            iload 5 /* fragLen */
            iload 4 /* blockSize */
            irem
            isub
            istore 5 /* fragLen */
         4: .line 1265
            iinc 5 /* fragLen */ -1
         5: .line 1266
            iload 5 /* fragLen */
            iload 3 /* macLen */
            isub
            istore 5 /* fragLen */
         6: .line 1267
            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$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$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$T10BlockWriteCipherGenerator$BlockWriteCipher this
        start local 1 // int fragmentSize
        start local 2 // int headerSize
         0: .line 1272
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$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 1273
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher.cipher:Ljavax/crypto/Cipher;
            invokevirtual javax.crypto.Cipher.getBlockSize:()I
            istore 4 /* blockSize */
        start local 4 // int blockSize
         2: .line 1274
            iload 1 /* fragmentSize */
            iload 3 /* macLen */
            iadd
            iconst_1
            iadd
            istore 5 /* paddedLen */
        start local 5 // int paddedLen
         3: .line 1275
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            irem
            ifeq 6
         4: .line 1276
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            iconst_1
            isub
            iadd
            istore 5 /* paddedLen */
         5: .line 1277
            iload 5 /* paddedLen */
            iload 5 /* paddedLen */
            iload 4 /* blockSize */
            irem
            isub
            istore 5 /* paddedLen */
         6: .line 1280
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* headerSize */
            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$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$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$T10BlockWriteCipherGenerator$BlockWriteCipher this
         0: .line 1285
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$T10BlockWriteCipherGenerator$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 T10BlockWriteCipherGenerator = sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator of sun.security.ssl.SSLCipher
  final BlockWriteCipher = sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator$BlockWriteCipher of sun.security.ssl.SSLCipher$T10BlockWriteCipherGenerator