public final class OpenSslSessionTicketKey
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
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 ticker key
|
| 构造器和说明 |
|---|
OpenSslSessionTicketKey(byte[] name,
byte[] hmacKey,
byte[] aesKey)
Construct a OpenSslSessionTicketKey.
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
aesKey()
Get AES Key.
|
byte[] |
hmacKey()
Get HMAC key.
|
byte[] |
name()
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