| Modifier and Type | Class and Description |
|---|---|
static class |
Version.Default |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.HKDF_HMAC512
Using HKDF-HMAC-SHA512 and 23 byte bcrypt output
|
static Version |
Version.HKDF_HMAC512_BCRYPT_24_BYTE
Using HKDF-HMAC-SHA512 and 24 byte bcrypt output
|
Version |
PasswordHasher.HashData.version |
| Modifier and Type | Field and Description |
|---|---|
static List<Version> |
Version.VERSIONS
List of supported
Version |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.Util.getByCode(byte versionCode)
Get the version model for given code.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyDerivationFunction |
BKDF.createKdf(Version version) |
static PasswordHasher |
BKDF.createPasswordHasher(Version version) |
static PasswordHasher |
BKDF.createPasswordHasher(Version version,
SecureRandom secureRandom) |
| Constructor and Description |
|---|
Default(Version version) |
HashData(byte cost,
Version version,
byte[] rawSalt,
byte[] rawHash) |
Copyright © 2018. All rights reserved.