public abstract class AbstractBcryptPasswordEncoder extends AbstractConfigurablePasswordEncoder
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_STRENGTH
The default strength if no value is specified.
|
static String |
KEY_STRENGTH
Property key for the log rounds to use, between 4 and 31.
|
KEY_PREFIX, KEY_RANDOM| Constructor and Description |
|---|
AbstractBcryptPasswordEncoder() |
configure, decodeBytes, doConfigure, doEncode, encode, encodeBytes, getCharset, getPropertyName, getRandom, getTextEncoder, isMatch, matches, parseBoolean, parseInstance, parseInt, parseInt, parseString, toBytespublic static final String KEY_STRENGTH
public static final int DEFAULT_STRENGTH