Modifier and Type | Field and Description |
---|---|
static String |
BLOB_ENCRYPTION_DATA
Metadata header to store encryption materials.
|
static String |
CONTENT_ENCRYPTION_IV
Constant for the key for the IV.
|
static String |
ENCRYPTION_AGENT
Constant for the key for the encryption agent.
|
static String |
ENCRYPTION_LIBRARY
Constant for the key for the encryption library in the key wrapping metadata.
|
static String |
ENCRYPTION_MODE
Constant for the key for the encryption mode.
|
static String |
ENCRYPTION_PROTOCOL_V1
Constant for the encryption protocol.
|
static String |
FULL_BLOB
FullBlob string constant for the encryption mode.
|
static String |
KEY_WRAPPING_IV
Encryption metadata key for key wrapping IV.
|
static String |
KEY_WRAPPING_METADATA
Constant for the key wrapping metadata.
|
static String |
TABLE_ENCRYPTION_KEY_DETAILS
Property name to store the encryption metadata.
|
static String |
TABLE_ENCRYPTION_PROPERTY_DETAILS
Additional property name to store the encryption metadata.
|
static String |
WRAPPED_CONTENT_KEY
Constant for the key for the wrapped CEK.
|
Constructor and Description |
---|
EncryptionConstants() |
public static final String BLOB_ENCRYPTION_DATA
public static final String ENCRYPTION_PROTOCOL_V1
public static final String KEY_WRAPPING_IV
public static final String TABLE_ENCRYPTION_KEY_DETAILS
public static final String TABLE_ENCRYPTION_PROPERTY_DETAILS
public static final String ENCRYPTION_MODE
public static final String FULL_BLOB
public static final String WRAPPED_CONTENT_KEY
public static final String ENCRYPTION_AGENT
public static final String CONTENT_ENCRYPTION_IV
public static final String KEY_WRAPPING_METADATA
public static final String ENCRYPTION_LIBRARY
Copyright © 2019. All rights reserved.