class sun.security.ssl.DTLSOutputRecord$RecordMemo
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.ssl.DTLSOutputRecord$RecordMemo
super_class: java.lang.Object
{
byte contentType;
descriptor: B
flags: (0x0000)
byte majorVersion;
descriptor: B
flags: (0x0000)
byte minorVersion;
descriptor: B
flags: (0x0000)
int encodeEpoch;
descriptor: I
flags: (0x0000)
sun.security.ssl.CipherBox encodeCipher;
descriptor: Lsun/security/ssl/CipherBox;
flags: (0x0000)
sun.security.ssl.Authenticator encodeAuthenticator;
descriptor: Lsun/security/ssl/Authenticator;
flags: (0x0000)
byte[] fragment;
descriptor: [B
flags: (0x0000)
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
}
SourceFile: "DTLSOutputRecord.java"
NestHost: sun.security.ssl.DTLSOutputRecord
InnerClasses:
private RecordMemo = sun.security.ssl.DTLSOutputRecord$RecordMemo of sun.security.ssl.DTLSOutputRecord