Package org.bouncycastle.crypto.fips
Class Scrypt
- java.lang.Object
-
- org.bouncycastle.crypto.fips.Scrypt
-
public final class Scrypt extends java.lang.Object
Source 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 class
Scrypt.KDFFactory
Factory for scrypt KDFs.static class
Scrypt.Parameters
Parameters for the scrypt key derivation function.static class
Scrypt.ParametersBuilder
Parameters builder for the scrypt key derivation function.
-
Field Summary
Fields Modifier and Type Field Description static Scrypt.ParametersBuilder
ALGORITHM
-
-
-
Field Detail
-
ALGORITHM
public static final Scrypt.ParametersBuilder ALGORITHM
-
-