Package org.bouncycastle.crypto.general
Class KDF.SCryptFactory
java.lang.Object
org.bouncycastle.crypto.general.KDF.SCryptFactory
- All Implemented Interfaces:
KDFOperatorFactory<KDF.ScryptParameters>
- Enclosing class:
- KDF
Factory for scrypt KDFs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a calculator for generating bytes for key material.
-
Constructor Details
-
SCryptFactory
public SCryptFactory()
-
-
Method Details
-
createKDFCalculator
Description copied from interface:KDFOperatorFactory
Return a calculator for generating bytes for key material.- Parameters:
params
- the parameter set to initialize the calculator with.- Returns:
- a KDF calculator.
-