final class sun.security.ssl.Ciphertext
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.Ciphertext
  super_class: java.lang.Object
{
  static final sun.security.ssl.Ciphertext CIPHERTEXT_NULL;
    descriptor: Lsun/security/ssl/Ciphertext;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  sun.security.ssl.Ciphertext$RecordType recordType;
    descriptor: Lsun/security/ssl/Ciphertext$RecordType;
    flags: (0x0000) 

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

  javax.net.ssl.SSLEngineResult$HandshakeStatus handshakeStatus;
    descriptor: Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new sun.security.ssl.Ciphertext
            dup
            invokespecial sun.security.ssl.Ciphertext.<init>:()V
            putstatic sun.security.ssl.Ciphertext.CIPHERTEXT_NULL:Lsun/security/ssl/Ciphertext;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.Ciphertext this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Ciphertext.recordType:Lsun/security/ssl/Ciphertext$RecordType;
         2: .line 44
            aload 0 /* this */
            ldc -1
            putfield sun.security.ssl.Ciphertext.recordSN:J
         3: .line 45
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Ciphertext.handshakeStatus:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
         4: .line 46
            return
        end local 0 // sun.security.ssl.Ciphertext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/Ciphertext;

  void <init>(sun.security.ssl.Ciphertext$RecordType, long);
    descriptor: (Lsun/security/ssl/Ciphertext$RecordType;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.ssl.Ciphertext this
        start local 1 // sun.security.ssl.Ciphertext$RecordType recordType
        start local 2 // long recordSN
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* recordType */
            putfield sun.security.ssl.Ciphertext.recordType:Lsun/security/ssl/Ciphertext$RecordType;
         2: .line 50
            aload 0 /* this */
            lload 2 /* recordSN */
            putfield sun.security.ssl.Ciphertext.recordSN:J
         3: .line 51
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Ciphertext.handshakeStatus:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
         4: .line 52
            return
        end local 2 // long recordSN
        end local 1 // sun.security.ssl.Ciphertext$RecordType recordType
        end local 0 // sun.security.ssl.Ciphertext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/security/ssl/Ciphertext;
            0    5     1  recordType  Lsun/security/ssl/Ciphertext$RecordType;
            0    5     2    recordSN  J
    MethodParameters:
            Name  Flags
      recordType  
      recordSN    
}
SourceFile: "Ciphertext.java"
NestMembers:
  sun.security.ssl.Ciphertext$RecordType
InnerClasses:
  public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult
  final RecordType = sun.security.ssl.Ciphertext$RecordType of sun.security.ssl.Ciphertext