Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SIZE |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SIZE |
32 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NUM_CHECKSUM_BYTES |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
SIZE |
48 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AUTH_TAG_BIT_LENGTH |
128 |
public static final int |
IV_BIT_LENGTH |
96 |
public static final int |
IV_LENGTH |
12 |
public static final int |
TAG_LENGTH |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PERSISTENT_DELEGATION_UNLOCK |
"FE2A8061577301E2" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HEX_PAYLOAD_SIZE |
264 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
COSIGNATURE_SIZE |
104 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SECRET_BYTE_ARRAY_SIZE |
32 |
public static final int |
DEFAULT_SECRET_HEX_SIZE |
64 |
public static final java.lang.String |
VALIDATOR_REGEX |
"-?[0-9a-fA-F]+" |