T - the parameters type associated with the final implementation of this factory.public abstract class FipsXOFOperatorFactory<T extends FipsParameters> extends java.lang.Object implements XOFOperatorFactory<T>
| Modifier and Type | Method and Description |
|---|---|
abstract FipsOutputXOFCalculator<T> |
createOutputXOFCalculator(T parameter)
Create an extendable output function calculator which provides an OutputStream to write data to.
|
public abstract FipsOutputXOFCalculator<T> createOutputXOFCalculator(T parameter)
XOFOperatorFactorycreateOutputXOFCalculator in interface XOFOperatorFactory<T extends FipsParameters>parameter - configuration parameters for the function.