Package org.bouncycastle.crypto.general
Class KDF
java.lang.Object
org.bouncycastle.crypto.general.KDF
Source class for non-FIPS key derivation functions (KDF).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFactory for scrypt KDFs.static final classParameters for the scrypt key derivation function.static final classParameters builder for the SCrypt key derivation function. -
Field Summary
Fields -
Method Summary
-
Field Details
-
SCRYPT
The SCrypt KDF.
-