public final class Scrypt
extends java.lang.Object
Scrypt was created by Colin Percival and is specified in RFC 7914 - The scrypt Password-Based Key Derivation Function
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
static Scrypt.ParametersBuilder |
ALGORITHM |
public static final Scrypt.ParametersBuilder ALGORITHM