abstract class sun.security.ssl.SSLCipher$SSLWriteCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.ssl.SSLCipher$SSLWriteCipher
  super_class: java.lang.Object
{
  final sun.security.ssl.Authenticator authenticator;
    descriptor: Lsun/security/ssl/Authenticator;
    flags: (0x0010) ACC_FINAL

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

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

  long keyLimitCountdown;
    descriptor: J
    flags: (0x0000) 

  javax.crypto.SecretKey baseSecret;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0000) 

  void <init>(sun.security.ssl.Authenticator, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher this
        start local 1 // sun.security.ssl.Authenticator authenticator
        start local 2 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 648
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 644
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.keyLimitEnabled:Z
         2: .line 645
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.keyLimitCountdown:J
         3: .line 650
            aload 0 /* this */
            aload 1 /* authenticator */
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
         4: .line 651
            aload 0 /* this */
            aload 2 /* protocolVersion */
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         5: .line 652
            return
        end local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 1 // sun.security.ssl.Authenticator authenticator
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            0    6     1    authenticator  Lsun/security/ssl/Authenticator;
            0    6     2  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      authenticator    
      protocolVersion  

  abstract int encrypt(byte, java.nio.ByteBuffer);
    descriptor: (BLjava/nio/ByteBuffer;)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      contentType  
      bb           

  static final sun.security.ssl.SSLCipher$SSLWriteCipher nullTlsWriteCipher();
    descriptor: ()Lsun/security/ssl/SSLCipher$SSLWriteCipher;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=0
         0: .line 658
            getstatic sun.security.ssl.SSLCipher.B_NULL:Lsun/security/ssl/SSLCipher;
         1: .line 659
            invokestatic sun.security.ssl.Authenticator.nullTlsMac:()Lsun/security/ssl/Authenticator;
         2: .line 660
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            aconst_null
            aconst_null
            aconst_null
         3: .line 658
            invokevirtual sun.security.ssl.SSLCipher.createWriteCipher:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;)Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         4: areturn
         5: .line 661
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
            astore 0 /* gse */
        start local 0 // java.security.GeneralSecurityException gse
         6: .line 663
            new java.lang.RuntimeException
            dup
         7: .line 664
            ldc "Cannot create NULL SSL write Cipher"
            aload 0 /* gse */
         8: .line 663
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.security.GeneralSecurityException gse
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            6    9     0   gse  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.security.GeneralSecurityException

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

  abstract int getExplicitNonceSize();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT

  abstract int calculateFragmentSize(int, int);
    descriptor: (II)I
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      packetLimit  
      headerSize   

  abstract int calculatePacketSize(int, int);
    descriptor: (II)I
    flags: (0x0400) ACC_ABSTRACT
    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$SSLWriteCipher this
         0: .line 677
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$SSLWriteCipher;

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

  public boolean atKeyLimit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher this
         0: .line 689
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.keyLimitCountdown:J
            lconst_0
            lcmp
            iflt 2
         1: .line 690
            iconst_0
            ireturn
         2: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.keyLimitEnabled:Z
         3: .line 695
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$SSLWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/SSLCipher$SSLWriteCipher;
}
SourceFile: "SSLCipher.java"
NestHost: sun.security.ssl.SSLCipher
InnerClasses:
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher