Uses of Class
org.bouncycastle.crypto.fips.Scrypt.Parameters
-
Packages that use Scrypt.Parameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of Scrypt.Parameters in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return Scrypt.Parameters Modifier and Type Method Description Scrypt.Parameters
Scrypt.ParametersBuilder. using(byte[] salt, int n, int r, int p, byte[] seed)
Generate a key using the scrypt key derivation function.Scrypt.Parameters
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.Parameters Modifier and Type Method Description KDFCalculator<Scrypt.Parameters>
Scrypt.KDFFactory. createKDFCalculator(Scrypt.Parameters params)
Methods in org.bouncycastle.crypto.fips with parameters of type Scrypt.Parameters Modifier and Type Method Description KDFCalculator<Scrypt.Parameters>
Scrypt.KDFFactory. createKDFCalculator(Scrypt.Parameters params)
-