public final class CryptoConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALGORITHM_MD5
The name of the message digest algorithm that should be used to generate MD5 hashes.
|
static String |
ALGORITHM_SHA_1
The name of the message digest algorithm that should be used to generate SHA-1 hashes.
|
static String |
ALGORITHM_SHA_256
The name of the message digest algorithm that should be used to generate 256-bit SHA-2 hashes.
|
static String |
ALGORITHM_SHA_384
The name of the message digest algorithm that should be used to generate 384-bit SHA-2 hashes.
|
static String |
ALGORITHM_SHA_512
The name of the message digest algorithm that should be used to generate 512-bit SHA-2 hashes.
|
static String |
CIPHER_AES_CBC_PKCS5
A cipher value for the AES/CBC/PKCS5Padding algorithm.
|
static String |
CRYPTO
key for the crypto json object.
|
static String |
CRYPTO_ALGORITHM
Key for the crypto algorithm used to crypt the data.
|
static String |
CRYPTO_CIPHER
key for the cipher used to crypt the data.
|
static String |
CRYPTO_DATA
key for the password data within crypto json.
|
static String |
CRYPTO_IV
key for the Initialization Vector (a.k.a.
|
static String |
CRYPTO_KEY
key for the name of the key-store alias used to crypt the data.
|
static String |
CRYPTO_TYPE
key for crypt type used to generate the crypt value.
|
static String |
CRYPTO_VALUE
key for the crypt value, holding the crypt meta-data.
|
static String |
PURPOSE_KEY
key for the purpose of the key used to crypt the data.
|
static String |
STABLE_ID_KEY
key for the id of the key used to crypt the data when purposes are in use.
|
static String |
STORAGE_TYPE_HASH
A salted hash encryption storage type.
|
public static final String CRYPTO
public static final String CRYPTO_TYPE
public static final String CRYPTO_VALUE
public static final String CRYPTO_ALGORITHM
public static final String CRYPTO_DATA
public static final String CRYPTO_KEY
public static final String PURPOSE_KEY
public static final String STABLE_ID_KEY
public static final String CRYPTO_CIPHER
public static final String CIPHER_AES_CBC_PKCS5
public static final String CRYPTO_IV
public static final String STORAGE_TYPE_HASH
public static final String ALGORITHM_MD5
public static final String ALGORITHM_SHA_1
public static final String ALGORITHM_SHA_256
public static final String ALGORITHM_SHA_384
public static final String ALGORITHM_SHA_512
Copyright © 2010-2018, ForgeRock All Rights Reserved.