public final class io.netty.handler.ssl.OpenSslSessionTicketKey
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.ssl.OpenSslSessionTicketKey
super_class: java.lang.Object
{
public static final int NAME_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int HMAC_KEY_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int AES_KEY_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int TICKET_KEY_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 48
final io.netty.internal.tcnative.SessionTicketKey key;
descriptor: Lio/netty/internal/tcnative/SessionTicketKey;
flags: (0x0010) ACC_FINAL
public void <init>(byte[], byte[], byte[]);
descriptor: ([B[B[B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.netty.internal.tcnative.SessionTicketKey
dup
aload 1
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
aload 2
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
aload 3
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
invokespecial io.netty.internal.tcnative.SessionTicketKey.<init>:([B[B[B)V
putfield io.netty.handler.ssl.OpenSslSessionTicketKey.key:Lio/netty/internal/tcnative/SessionTicketKey;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/ssl/OpenSslSessionTicketKey;
0 3 1 name [B
0 3 2 hmacKey [B
0 3 3 aesKey [B
MethodParameters:
Name Flags
name
hmacKey
aesKey
public byte[] name();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.OpenSslSessionTicketKey.key:Lio/netty/internal/tcnative/SessionTicketKey;
invokevirtual io.netty.internal.tcnative.SessionTicketKey.getName:()[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/OpenSslSessionTicketKey;
public byte[] hmacKey();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.OpenSslSessionTicketKey.key:Lio/netty/internal/tcnative/SessionTicketKey;
invokevirtual io.netty.internal.tcnative.SessionTicketKey.getHmacKey:()[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/OpenSslSessionTicketKey;
public byte[] aesKey();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.ssl.OpenSslSessionTicketKey.key:Lio/netty/internal/tcnative/SessionTicketKey;
invokevirtual io.netty.internal.tcnative.SessionTicketKey.getAesKey:()[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/OpenSslSessionTicketKey;
}
SourceFile: "OpenSslSessionTicketKey.java"