Uses of Class
org.bouncycastle.crypto.fips.Scrypt.Parameters
Packages that use Scrypt.Parameters
-
Uses of Scrypt.Parameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return Scrypt.ParametersModifier and TypeMethodDescriptionScrypt.ParametersBuilder.using
(byte[] salt, int n, int r, int p, byte[] seed) Generate a key using the scrypt key derivation function.Scrypt.ParametersBuilder.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.fips that return types with arguments of type Scrypt.ParametersModifier and TypeMethodDescriptionScrypt.KDFFactory.createKDFCalculator
(Scrypt.Parameters params) Methods in org.bouncycastle.crypto.fips with parameters of type Scrypt.ParametersModifier and TypeMethodDescriptionScrypt.KDFFactory.createKDFCalculator
(Scrypt.Parameters params)