public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EC_PUBLIC_KEY_FIELD |
static int |
ENDFRAME_SEQUENCE_NUMBER
Marker for identifying the final frame.
|
static String |
FINAL_FRAME_STRING_ID
The identifier for the final frame in the framing content type.
|
static String |
FRAME_STRING_ID
The identifier for non-final frames in the framing content type.
|
static long |
GCM_MAX_CONTENT_LEN
Maximum length of the content that can be encrypted in GCM mode.
|
static long |
MAX_FRAME_NUMBER |
static int |
MAX_NONCE_LENGTH |
static int |
MESSAGE_ID_LEN
Deprecated.
This value may change based on
CryptoAlgorithm.getMessageIdLength() |
static String |
SINGLE_BLOCK_STRING_ID
The identifier for the single block content type.
|
static int |
UNSIGNED_SHORT_MAX_VAL
Maximum value of an unsigned short.
|
@Deprecated public static final int MESSAGE_ID_LEN
CryptoAlgorithm.getMessageIdLength()
public static final int ENDFRAME_SEQUENCE_NUMBER
public static final String FRAME_STRING_ID
public static final String FINAL_FRAME_STRING_ID
public static final String SINGLE_BLOCK_STRING_ID
public static final long GCM_MAX_CONTENT_LEN
public static final int MAX_NONCE_LENGTH
public static final int UNSIGNED_SHORT_MAX_VAL
public static final long MAX_FRAME_NUMBER
public static final String EC_PUBLIC_KEY_FIELD
Copyright © 2023. All rights reserved.