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
{
  final byte contentType;
    descriptor: B
    flags: (0x0010) ACC_FINAL

  final byte handshakeType;
    descriptor: B
    flags: (0x0010) ACC_FINAL

  final long recordSN;
    descriptor: J
    flags: (0x0010) ACC_FINAL

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

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

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