public final class ExtensionsConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_PASSWORD_SCHEME_NAME_PBKDF2
The authentication password scheme name for use with passwords encoded in a PBKDF2 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_PKCS5S2
The authentication password scheme name for use with passwords encoded in a PKCS5S2 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_SALTED_MD5
The authentication password scheme name for use with passwords encoded in a salted MD5 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_1
The authentication password scheme name for use with passwords encoded in a salted SHA-1 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_256
The authentication password scheme name for use with passwords encoded in a salted SHA-256 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_384
The authentication password scheme name for use with passwords encoded in a salted SHA-384 representation.
|
static String |
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_512
The authentication password scheme name for use with passwords encoded in a salted SHA-512 representation.
|
static String |
CIPHER_TRANSFORMATION_3DES
The cipher transformation that should be used when performing 3DES encryption/decription.
|
static String |
CIPHER_TRANSFORMATION_AES
The cipher transformation that should be used when performing AES encryption/decription.
|
static String |
CIPHER_TRANSFORMATION_BLOWFISH
The cipher transformation that should be used when performing blowfish encryption/decription.
|
static String |
CIPHER_TRANSFORMATION_RC4
The cipher transformation that should be used when performing RC4 encryption/decription.
|
static int |
KEY_SIZE_3DES
The key size (in bits) that should be used for the encryption key when using the 3DES cipher.
|
static int |
KEY_SIZE_AES
The key size (in bits) that should be used for the encryption key when using the AES cipher.
|
static int |
KEY_SIZE_BLOWFISH
The key size (in bits) that should be used for the encryption key when using the Blowfish cipher.
|
static int |
KEY_SIZE_RC4
The key size (in bits) that should be used for the encryption key when using the RC4 cipher.
|
static String |
MESSAGE_DIGEST_ALGORITHM_MD5
The name of the message digest algorithm that should be used to generate MD5 hashes.
|
static String |
MESSAGE_DIGEST_ALGORITHM_PBKDF2
The name of the message digest algorithm that should be used to generate PBKDF2 hashes.
|
static String |
MESSAGE_DIGEST_ALGORITHM_SHA_1
The name of the message digest algorithm that should be used to generate SHA-1 hashes.
|
static String |
MESSAGE_DIGEST_ALGORITHM_SHA_256
The name of the message digest algorithm that should be used to generate 256-bit SHA-2 hashes.
|
static String |
MESSAGE_DIGEST_ALGORITHM_SHA_384
The name of the message digest algorithm that should be used to generate 384-bit SHA-2 hashes.
|
static String |
MESSAGE_DIGEST_ALGORITHM_SHA_512
The name of the message digest algorithm that should be used to generate 512-bit SHA-2 hashes.
|
static String |
SECURE_PRNG_SHA1
The name of the pseudo-random number generator using SHA-1.
|
static String |
STORAGE_SCHEME_NAME_3DES
The password storage scheme name that will be used for passwords that are stored in 3DES-encrypted form.
|
static String |
STORAGE_SCHEME_NAME_AES
The password storage scheme name that will be used for passwords that are stored in AES-encrypted form.
|
static String |
STORAGE_SCHEME_NAME_BASE64
The password storage scheme name that will be used for passwords that are stored in base64-encoded form
(virtually no protection, but the value is reversible).
|
static String |
STORAGE_SCHEME_NAME_BCRYPT
The password storage scheme name that will be used for passwords that are stored in base64-encoded form
(virtually no protection, but the value is reversible).
|
static String |
STORAGE_SCHEME_NAME_BLOWFISH
The password storage scheme name that will be used for passwords that are stored in Blowfish-encrypted form.
|
static String |
STORAGE_SCHEME_NAME_CLEAR
The password storage scheme name that will be used for passwords that are not encoded or obscured in any way.
|
static String |
STORAGE_SCHEME_NAME_CRYPT
The password storage scheme name that will be used for passwords stored in a UNIX crypt representation.
|
static String |
STORAGE_SCHEME_NAME_MD5
The password storage scheme name that will be used for passwords stored in an MD5 representation.
|
static String |
STORAGE_SCHEME_NAME_PBKDF2
The password storage scheme name that will be used for passwords stored in a PBKDF2 representation.
|
static String |
STORAGE_SCHEME_NAME_PKCS5S2
The password storage scheme name that will be used for passwords stored in a PKCS5S2 representation.
|
static String |
STORAGE_SCHEME_NAME_RC4
The password storage scheme name that will be used for passwords that are stored in RC4-encrypted form.
|
static String |
STORAGE_SCHEME_NAME_SALTED_MD5
The password storage scheme name that will be used for passwords stored in a salted MD5 representation.
|
static String |
STORAGE_SCHEME_NAME_SALTED_SHA_1
The password storage scheme name that will be used for passwords stored in a salted SHA-1 representation.
|
static String |
STORAGE_SCHEME_NAME_SALTED_SHA_256
The password storage scheme name that will be used for passwords stored in a salted SHA-256 representation.
|
static String |
STORAGE_SCHEME_NAME_SALTED_SHA_384
The password storage scheme name that will be used for passwords stored in a salted SHA-384 representation.
|
static String |
STORAGE_SCHEME_NAME_SALTED_SHA_512
The password storage scheme name that will be used for passwords stored in a salted SHA-512 representation.
|
static String |
STORAGE_SCHEME_NAME_SHA_1
The password storage scheme name that will be used for passwords stored in a SHA-1 representation.
|
static String |
STORAGE_SCHEME_PREFIX
The string that will appear before the name of the password storage scheme in an encoded password.
|
static String |
STORAGE_SCHEME_SUFFIX
The string that will appear after the name of the password storage scheme in an encoded password.
|
static byte |
TYPE_PASSWORD_MODIFY_GENERATED_PASSWORD
The ASN.1 element type that will be used to encode the genPasswd component in a password modify extended
response.
|
static byte |
TYPE_PASSWORD_MODIFY_NEW_PASSWORD
The ASN.1 element type that will be used to encode the newPasswd component in a password modify extended request.
|
static byte |
TYPE_PASSWORD_MODIFY_OLD_PASSWORD
The ASN.1 element type that will be used to encode the oldPasswd component in a password modify extended request.
|
static byte |
TYPE_PASSWORD_MODIFY_USER_ID
The ASN.1 element type that will be used to encode the userIdentity component in a password modify extended
request.
|
public static final String AUTH_PASSWORD_SCHEME_NAME_SALTED_MD5
public static final String AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_1
public static final String AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_256
public static final String AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_384
public static final String AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_512
public static final String AUTH_PASSWORD_SCHEME_NAME_PBKDF2
public static final String AUTH_PASSWORD_SCHEME_NAME_PKCS5S2
public static final String MESSAGE_DIGEST_ALGORITHM_MD5
public static final String MESSAGE_DIGEST_ALGORITHM_SHA_1
public static final String MESSAGE_DIGEST_ALGORITHM_SHA_256
public static final String MESSAGE_DIGEST_ALGORITHM_SHA_384
public static final String MESSAGE_DIGEST_ALGORITHM_SHA_512
public static final String MESSAGE_DIGEST_ALGORITHM_PBKDF2
public static final String SECURE_PRNG_SHA1
public static final String CIPHER_TRANSFORMATION_3DES
public static final String CIPHER_TRANSFORMATION_AES
public static final String CIPHER_TRANSFORMATION_BLOWFISH
public static final String CIPHER_TRANSFORMATION_RC4
public static final int KEY_SIZE_3DES
public static final int KEY_SIZE_AES
public static final int KEY_SIZE_BLOWFISH
public static final int KEY_SIZE_RC4
public static final String STORAGE_SCHEME_NAME_3DES
public static final String STORAGE_SCHEME_NAME_AES
public static final String STORAGE_SCHEME_NAME_BASE64
public static final String STORAGE_SCHEME_NAME_BCRYPT
public static final String STORAGE_SCHEME_NAME_BLOWFISH
public static final String STORAGE_SCHEME_NAME_CLEAR
public static final String STORAGE_SCHEME_NAME_MD5
public static final String STORAGE_SCHEME_NAME_RC4
public static final String STORAGE_SCHEME_NAME_SALTED_MD5
public static final String STORAGE_SCHEME_NAME_SHA_1
public static final String STORAGE_SCHEME_NAME_SALTED_SHA_1
public static final String STORAGE_SCHEME_NAME_SALTED_SHA_256
public static final String STORAGE_SCHEME_NAME_SALTED_SHA_384
public static final String STORAGE_SCHEME_NAME_SALTED_SHA_512
public static final String STORAGE_SCHEME_NAME_PBKDF2
public static final String STORAGE_SCHEME_NAME_PKCS5S2
public static final String STORAGE_SCHEME_NAME_CRYPT
public static final String STORAGE_SCHEME_PREFIX
public static final String STORAGE_SCHEME_SUFFIX
public static final byte TYPE_PASSWORD_MODIFY_USER_ID
public static final byte TYPE_PASSWORD_MODIFY_OLD_PASSWORD
public static final byte TYPE_PASSWORD_MODIFY_NEW_PASSWORD
public static final byte TYPE_PASSWORD_MODIFY_GENERATED_PASSWORD
Copyright 2010-2018 ForgeRock AS.