Uses of Record Class
de.gustavblass.commons.crypto.Cryptor.KeyDerivationResult
-
Uses of Cryptor.KeyDerivationResult in de.gustavblass.commons.crypto
Methods in de.gustavblass.commons.crypto that return Cryptor.KeyDerivationResultModifier and TypeMethodDescriptionstatic @NonNull Cryptor.KeyDerivationResultCryptor.deriveKeyFromPassword(byte @NonNull [] password) static @NonNull Cryptor.KeyDerivationResultCryptor.deriveKeyFromPassword(byte @NonNull [] password, byte @NonNull [] salt) static @NonNull Cryptor.KeyDerivationResultCryptor.deriveKeyFromPassword(byte @NonNull [] password, Argon2Configuration argon2Configuration, int length) Converts a given human-readable password into a key of the given length, using the Argon2 key derivation function.