| Package | Description |
|---|---|
| org.sterl.hash | |
| org.sterl.hash.bcrypt |
| Modifier and Type | Field and Description |
|---|---|
static BCryptPasswordEncoder.BCryptVersion |
BCryptPbkdf2PasswordHash.DEFAULT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static BCryptPbkdf2PasswordHash |
BCryptPbkdf2PasswordHash.newBCryptPasswordEncoder(int strength,
BCryptPasswordEncoder.BCryptVersion version,
SecureRandom random)
Creates a new instance of
BCryptPbkdf2PasswordHash using BCrypt to
hash new passwords. |
| Modifier and Type | Method and Description |
|---|---|
static BCryptPasswordEncoder.BCryptVersion |
BCryptPasswordEncoder.BCryptVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BCryptPasswordEncoder.BCryptVersion[] |
BCryptPasswordEncoder.BCryptVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version) |
BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version,
int strength) |
BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version,
int strength,
SecureRandom random) |
BCryptPasswordEncoder(BCryptPasswordEncoder.BCryptVersion version,
SecureRandom random) |
Copyright © 2020. All rights reserved.