- getAsBlobMessageFormat() - Method in class at.favre.lib.crypto.bkdf.PasswordHasher.HashData
-
Get the "BKDF Password Hash Message Format 1" which is in blob/byte array form
- getAsEncodedMessageFormat() - Method in class at.favre.lib.crypto.bkdf.PasswordHasher.HashData
-
Get the "BKDF Password Hash Message Format 2" which is a base64-url encoded
(rfc4648 "Base 64 Encoding with URL and Filename Safe Alphabet") message containing
all information needed to verify a password, including cost factor, version and salt.
- getByCode(byte) - Static method in class at.favre.lib.crypto.bkdf.Version.Util
-
Get the version model for given code.
- getHkdf() - Method in class at.favre.lib.crypto.bkdf.Version.Default
-
- getHkdf() - Method in interface at.favre.lib.crypto.bkdf.Version
-
What HKDF version to use (ie.
- getMessage() - Method in exception at.favre.lib.crypto.bkdf.Version.UnsupportedBkdfVersionException
-
- getVersionCode() - Method in class at.favre.lib.crypto.bkdf.Version.Default
-
- getVersionCode() - Method in interface at.favre.lib.crypto.bkdf.Version
-
The version code used to identify the configuration