| Package | Description |
|---|---|
| org.sterl.hash |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BCryptPbkdf2PasswordHash |
BCryptPbkdf2PasswordHash.newPBKDF2Encoder(int iterations,
int saltSizeBytes,
int keySizeBytes,
Algorithm algorithm,
SecureRandom random)
Creates a new instance of
BCryptPbkdf2PasswordHash using PBKDF2WithHmacSHA to
hash new passwords. |
| Constructor and Description |
|---|
BCryptPbkdf2PasswordHash(Algorithm algorithm)
Creates a new
BCryptPbkdf2PasswordHash using the Algorithm in the default config. |
Copyright © 2020. All rights reserved.