T
- the type for the parameters for the operator made by this factory.public interface DigestOperatorFactory<T extends Parameters>
Modifier and Type | Method and Description |
---|---|
OutputDigestCalculator<T> |
createOutputDigestCalculator(T parameter)
Return a calculator for a particular digest.
|
OutputDigestCalculator<T> createOutputDigestCalculator(T parameter)
parameter
- the parameters for this calculator.