Package org.bouncycastle.crypto.fips
Class Scrypt
- java.lang.Object
-
- org.bouncycastle.crypto.fips.Scrypt
-
public final class Scrypt extends java.lang.ObjectSource class for scrypt utility KDF, an augmentation of the PBKDF2 PBE algorithm which incorporates a memory-hard component.Scrypt was created by Colin Percival and is specified in RFC 7914 - The scrypt Password-Based Key Derivation Function
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScrypt.KDFFactoryFactory for scrypt KDFs.static classScrypt.ParametersParameters for the scrypt key derivation function.static classScrypt.ParametersBuilderParameters builder for the scrypt key derivation function.
-
Field Summary
Fields Modifier and Type Field Description static Scrypt.ParametersBuilderALGORITHM
-
-
-
Field Detail
-
ALGORITHM
public static final Scrypt.ParametersBuilder ALGORITHM
-
-