T - the type for the parameters for the operator made by this factory.public interface KDFOperatorFactory<T extends Parameters>
| Modifier and Type | Method and Description |
|---|---|
KDFCalculator<T> |
createKDFCalculator(T params)
Return a calculator for generating bytes for key material.
|
KDFCalculator<T> createKDFCalculator(T params)
params - the parameter set to initialize the calculator with.