public static final class FipsSHS.KeyedXOFOperatorFactory<T extends FipsParameters> extends FipsKeyedXOFOperatorFactory<T>
Constructor and Description |
---|
KeyedXOFOperatorFactory() |
Modifier and Type | Method and Description |
---|---|
FipsOutputXOFCalculator<T> |
createOutputXOFCalculator(SymmetricKey key,
T parameters)
Create an extendable output function calculator which provides an OutputStream to write data to.
|
public FipsOutputXOFCalculator<T> createOutputXOFCalculator(SymmetricKey key, T parameters)
KeyedXOFOperatorFactory
createOutputXOFCalculator
in interface KeyedXOFOperatorFactory<T extends FipsParameters>
createOutputXOFCalculator
in class FipsKeyedXOFOperatorFactory<T extends FipsParameters>
key
- the secret keyto initialise the XOF with.parameters
- configuration parameters for the function.