public static final class FipsSHS.CSHAKEParameters extends FipsSHS.Parameters
Modifier and Type | Method and Description |
---|---|
FipsSHS.CSHAKEParameters |
withCustomizationString(byte[] customizationString)
Return a new set of parameters specifying a specific customization string.
|
FipsSHS.CSHAKEParameters |
withFunctionName(byte[] functionName)
Return a new set of parameters specifying a specific function name bit string.
|
getAlgorithm
public FipsSHS.CSHAKEParameters withFunctionName(byte[] functionName)
functionName
- the function name bit string (N).public FipsSHS.CSHAKEParameters withCustomizationString(byte[] customizationString)
customizationString
- the function name bit string (S).