final class sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher extends sun.security.ssl.SSLCipher$SSLReadCipher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher
  super_class: sun.security.ssl.SSLCipher$SSLReadCipher
{
  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$NullReadCipherGenerator$NullReadCipher this
        start local 1 // sun.security.ssl.Authenticator authenticator
        start local 2 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 763
            aload 0 /* this */
            aload 1 /* authenticator */
            aload 2 /* protocolVersion */
            invokespecial sun.security.ssl.SSLCipher$SSLReadCipher.<init>:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/ProtocolVersion;)V
         1: .line 764
            return
        end local 2 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 1 // sun.security.ssl.Authenticator authenticator
        end local 0 // sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/security/ssl/SSLCipher$NullReadCipherGenerator$NullReadCipher;
            0    2     1    authenticator  Lsun/security/ssl/Authenticator;
            0    2     2  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      authenticator    
      protocolVersion  

  public sun.security.ssl.Plaintext decrypt(byte, java.nio.ByteBuffer, byte[]);
    descriptor: (BLjava/nio/ByteBuffer;[B)Lsun/security/ssl/Plaintext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher this
        start local 1 // byte contentType
        start local 2 // java.nio.ByteBuffer bb
        start local 3 // byte[] sequence
         0: .line 769
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher.authenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.Authenticator$MAC
            astore 4 /* signer */
        start local 4 // sun.security.ssl.Authenticator$MAC signer
         1: .line 770
            aload 4 /* 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 771
            aload 4 /* signer */
            aload 2 /* bb */
            iload 1 /* contentType */
            aload 3 /* sequence */
            invokestatic sun.security.ssl.SSLCipher.checkStreamMac:(Lsun/security/ssl/Authenticator$MAC;Ljava/nio/ByteBuffer;B[B)V
         3: .line 772
            goto 5
         4: .line 773
      StackMap locals: sun.security.ssl.Authenticator$MAC
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.increaseSequenceNumber:()V
         5: .line 776
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.Plaintext
            dup
            iload 1 /* contentType */
         6: .line 777
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
         7: .line 778
            iconst_m1
            ldc -1
            aload 2 /* bb */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
         8: .line 776
            invokespecial sun.security.ssl.Plaintext.<init>:(BBBIJLjava/nio/ByteBuffer;)V
            areturn
        end local 4 // sun.security.ssl.Authenticator$MAC signer
        end local 3 // byte[] sequence
        end local 2 // java.nio.ByteBuffer bb
        end local 1 // byte contentType
        end local 0 // sun.security.ssl.SSLCipher$NullReadCipherGenerator$NullReadCipher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lsun/security/ssl/SSLCipher$NullReadCipherGenerator$NullReadCipher;
            0    9     1  contentType  B
            0    9     2           bb  Ljava/nio/ByteBuffer;
            0    9     3     sequence  [B
            1    9     4       signer  Lsun/security/ssl/Authenticator$MAC;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
             Name  Flags
      contentType  
      bb           
      sequence     

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

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