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: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.security.ssl.Ciphertext.recordType:Lsun/security/ssl/Ciphertext$RecordType;
2: aload 0
ldc -1
putfield sun.security.ssl.Ciphertext.recordSN:J
3: aload 0
aconst_null
putfield sun.security.ssl.Ciphertext.handshakeStatus:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
4: return
end local 0 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.security.ssl.Ciphertext.recordType:Lsun/security/ssl/Ciphertext$RecordType;
2: aload 0
lload 2
putfield sun.security.ssl.Ciphertext.recordSN:J
3: aload 0
aconst_null
putfield sun.security.ssl.Ciphertext.handshakeStatus:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
4: return
end local 2 end local 1 end local 0 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