public interface Version
| Modifier and Type | Interface and Description |
|---|---|
static class |
Version.Default |
static class |
Version.UnsupportedBkdfVersionException
Thrown if a version code is provided which is not recognized or supported
|
static class |
Version.Util
Wrapper class for static util methods
|
| Modifier and Type | Field and Description |
|---|---|
static Version |
HKDF_HMAC512
Using HKDF-HMAC-SHA512 and 23 byte bcrypt output
|
static Version |
HKDF_HMAC512_BCRYPT_24_BYTE
Using HKDF-HMAC-SHA512 and 24 byte bcrypt output
|
static List<Version> |
VERSIONS
List of supported
Version |
| Modifier and Type | Method and Description |
|---|---|
at.favre.lib.crypto.HKDF |
getHkdf()
What HKDF version to use (ie.
|
byte |
getVersionCode()
The version code used to identify the configuration
|
boolean |
isUseOnly23ByteBcryptOut()
Choose if you want to use a more compatible approach (using only 23 byte output from bcrypt) or a more correct
approach (using the full 24 byte blowfish provides) of using the underlying bcrypt hash.
|
static final Version HKDF_HMAC512
static final Version HKDF_HMAC512_BCRYPT_24_BYTE
byte getVersionCode()
at.favre.lib.crypto.HKDF getHkdf()
boolean isUseOnly23ByteBcryptOut()
Copyright © 2018. All rights reserved.