final class sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher 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$NullWriteCipherGenerator$NullWriteCipher
  super_class: sun.security.ssl.SSLCipher$SSLWriteCipher
{
  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$NullWriteCipherGenerator$NullWriteCipher this
        start local 1 // sun.security.ssl.Authenticator authenticator
        start local 2 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 808
            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 809
            return
        end local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 1 // sun.security.ssl.Authenticator authenticator
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;
            0    2     1    authenticator  Lsun/security/ssl/Authenticator;
            0    2     2  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      authenticator    
      protocolVersion  

  public int encrypt(byte, java.nio.ByteBuffer);
    descriptor: (BLjava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer bb
         0: .line 814
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.Authenticator$MAC
            astore 3 /* signer */
        start local 3 // sun.security.ssl.Authenticator$MAC signer
         1: .line 815
            aload 3 /* signer */
            invokeinterface sun.security.ssl.Authenticator$MAC.macAlg:()Lsun/security/ssl/CipherSuite$MacAlg;
            getfield sun.security.ssl.CipherSuite$MacAlg.size:I
            ifeq 4
         2: .line 816
            aload 3 /* signer */
            aload 2 /* bb */
            iload 1 /* contentType */
            invokestatic sun.security.ssl.SSLCipher.addMac:(Lsun/security/ssl/Authenticator$MAC;Ljava/nio/ByteBuffer;B)V
         3: .line 817
            goto 5
         4: .line 818
      StackMap locals: sun.security.ssl.Authenticator$MAC
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.increaseSequenceNumber:()V
         5: .line 821
      StackMap locals:
      StackMap stack:
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 4 /* len */
        start local 4 // int len
         6: .line 822
            aload 2 /* bb */
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         7: .line 823
            iload 4 /* len */
            ireturn
        end local 4 // int len
        end local 3 // sun.security.ssl.Authenticator$MAC signer
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;
            0    8     1  contentType  B
            0    8     2           bb  Ljava/nio/ByteBuffer;
            1    8     3       signer  Lsun/security/ssl/Authenticator$MAC;
            6    8     4          len  I
    MethodParameters:
             Name  Flags
      contentType  
      bb           

  int getExplicitNonceSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
         0: .line 829
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;

  int calculateFragmentSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
        start local 1 // int packetLimit
        start local 2 // int headerSize
         0: .line 834
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher.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 835
            iload 1 /* packetLimit */
            iload 2 /* headerSize */
            isub
            iload 3 /* macLen */
            isub
            ireturn
        end local 3 // int macLen
        end local 2 // int headerSize
        end local 1 // int packetLimit
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;
            0    2     1  packetLimit  I
            0    2     2   headerSize  I
            1    2     3       macLen  I
    MethodParameters:
             Name  Flags
      packetLimit  
      headerSize   

  int calculatePacketSize(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
        start local 1 // int fragmentSize
        start local 2 // int headerSize
         0: .line 840
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher.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 841
            iload 1 /* fragmentSize */
            iload 2 /* headerSize */
            iadd
            iload 3 /* macLen */
            iadd
            ireturn
        end local 3 // int macLen
        end local 2 // int headerSize
        end local 1 // int fragmentSize
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;
            0    2     1  fragmentSize  I
            0    2     2    headerSize  I
            1    2     3        macLen  I
    MethodParameters:
              Name  Flags
      fragmentSize  
      headerSize    

  boolean isNullCipher();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
         0: .line 846
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLCipher$NullWriteCipherGenerator$NullWriteCipher;
}
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
  private final NullWriteCipherGenerator = sun.security.ssl.SSLCipher$NullWriteCipherGenerator of sun.security.ssl.SSLCipher
  final NullWriteCipher = sun.security.ssl.SSLCipher$NullWriteCipherGenerator$NullWriteCipher of sun.security.ssl.SSLCipher$NullWriteCipherGenerator
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher