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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
        start local 1 // byte[] name
        start local 2 // byte[] hmacKey
        start local 3 // byte[] aesKey
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            new io.netty.internal.tcnative.SessionTicketKey
            dup
            aload 1 /* name */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            aload 2 /* hmacKey */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            aload 3 /* aesKey */
            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: .line 53
            return
        end local 3 // byte[] aesKey
        end local 2 // byte[] hmacKey
        end local 1 // byte[] name
        end local 0 // io.netty.handler.ssl.OpenSslSessionTicketKey this
      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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
         0: .line 60
            aload 0 /* this */
            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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
      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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
         0: .line 68
            aload 0 /* this */
            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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
      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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
         0: .line 76
            aload 0 /* this */
            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 // io.netty.handler.ssl.OpenSslSessionTicketKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/ssl/OpenSslSessionTicketKey;
}
SourceFile: "OpenSslSessionTicketKey.java"