Version.Default, Version.UnsupportedBkdfVersionException, Version.UtilHKDF_HMAC512, HKDF_HMAC512_BCRYPT_24_BYTE, VERSIONS| Constructor and Description |
|---|
Default(at.favre.lib.crypto.HKDF hkdf,
boolean useOnly23ByteBcryptOut,
byte versionCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
at.favre.lib.crypto.HKDF |
getHkdf()
What HKDF version to use (ie.
|
byte |
getVersionCode()
The version code used to identify the configuration
|
int |
hashCode() |
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.
|
public Default(at.favre.lib.crypto.HKDF hkdf,
boolean useOnly23ByteBcryptOut,
byte versionCode)
public at.favre.lib.crypto.HKDF getHkdf()
Versionpublic boolean isUseOnly23ByteBcryptOut()
VersionisUseOnly23ByteBcryptOut in interface Versionpublic byte getVersionCode()
VersiongetVersionCode in interface VersionCopyright © 2018. All rights reserved.