Uses of Class
org.bouncycastle.crypto.general.KDF.ScryptParameters
Packages that use KDF.ScryptParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of KDF.ScryptParameters in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return KDF.ScryptParametersModifier and TypeMethodDescriptionKDF.ScryptParametersBuilder.using
(byte[] salt, int n, int r, int p, byte[] seed) Generate a key using the scrypt key derivation function.KDF.ScryptParametersBuilder.using
(byte[] salt, int n, int r, int p, PasswordConverter converter, char[] password) Generate a key using the scrypt key derivation function.Methods in org.bouncycastle.crypto.general with parameters of type KDF.ScryptParametersModifier and TypeMethodDescriptionKDF.SCryptFactory.createKDFCalculator
(KDF.ScryptParameters params)