public static final class FipsSHS.TupleHashParameters extends FipsSHS.Parameters
Modifier and Type | Method and Description |
---|---|
byte[] |
getCustomizationString()
Return the customization string for this parameter set.
|
int |
getDigestSizeInBits()
Return the hash size for this parameter set.
|
FipsSHS.TupleHashParameters |
withCustomizationString(byte[] customizationString)
Return a new set of parameters specifying a specific customization string.
|
FipsSHS.TupleHashParameters |
withDigestSize(int digestSizeinBits)
Return a new set of parameters specifying a specific hash size.
|
getAlgorithm
public int getDigestSizeInBits()
public byte[] getCustomizationString()
public FipsSHS.TupleHashParameters withCustomizationString(byte[] customizationString)
customizationString
- the function name bit string (S).public FipsSHS.TupleHashParameters withDigestSize(int digestSizeinBits)
digestSizeinBits
- bit length of the hash length.