Uses of Class
org.bouncycastle.crypto.general.KDF.ScryptParameters
-
Packages that use KDF.ScryptParameters Package Description org.bouncycastle.crypto.general 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.ScryptParameters Modifier and Type Method Description KDF.ScryptParameters
KDF.ScryptParametersBuilder. using(byte[] salt, int n, int r, int p, byte[] seed)
Generate a key using the scrypt key derivation function.KDF.ScryptParameters
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.ScryptParameters Modifier and Type Method Description KDFCalculator
KDF.SCryptFactory. createKDFCalculator(KDF.ScryptParameters params)
-