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 class
Factory for scrypt KDFs.static final class
Parameters for the scrypt key derivation function.static final class
Parameters builder for the SCrypt key derivation function. -
Field Summary
Fields -
Method Summary
-
Field Details
-
SCRYPT
The SCrypt KDF.
-