public final class SessionTicketKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AES_KEY_SIZE
Size of session ticket key AES key
|
static int |
HMAC_KEY_SIZE
Size of session ticket key HMAC key
|
static int |
NAME_SIZE
Size of session ticket key name
|
static int |
TICKET_KEY_SIZE
Size of session ticket key
|
| Constructor and Description |
|---|
SessionTicketKey(byte[] name,
byte[] hmacKey,
byte[] aesKey)
Construct SessionTicketKey.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAesKey()
Get AES Key.
|
byte[] |
getHmacKey()
Get HMAC key.
|
byte[] |
getName()
Get name.
|
public static final int NAME_SIZE
public static final int HMAC_KEY_SIZE
public static final int AES_KEY_SIZE
public static final int TICKET_KEY_SIZE
Copyright © 2008–2020 The Netty Project. All rights reserved.