public abstract class AbstractPbkdf2PasswordEncoder extends AbstractConfigurablePasswordEncoder
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HASH_LENGTH
The default hash length in bits if no value is specified.
|
static int |
DEFAULT_ITERATIONS
The default number of iterations if no value is specified.
|
static String |
KEY_ALGORITHM
Property key for the name algorithm to use.
|
static String |
KEY_HASH_LENGTH
Property key for the hash length in bits for the algorithm.
|
static String |
KEY_ITERATIONS
Property key for the number of iterations.
|
static String |
KEY_SECRET
Property key for the secret value which is also included in the password hash.
|
KEY_PREFIX, KEY_RANDOM| Constructor and Description |
|---|
AbstractPbkdf2PasswordEncoder() |
configure, decodeBytes, doConfigure, doEncode, encode, encodeBytes, getCharset, getPropertyName, getRandom, getTextEncoder, isMatch, matches, parseBoolean, parseInstance, parseInt, parseInt, parseString, toBytespublic static final String KEY_SECRET
public static final String KEY_HASH_LENGTH
public static final String KEY_ITERATIONS
public static final String KEY_ALGORITHM
public static final int DEFAULT_HASH_LENGTH
public static final int DEFAULT_ITERATIONS