T
- the implementing type for this interface.public interface AuthenticationParameters<T extends Parameters> extends Parameters
Modifier and Type | Method and Description |
---|---|
int |
getMACSizeInBits()
Return the size of the MAC these parameters are for.
|
T |
withMACSize(int macSizeInBits)
Create a parameter set with the specified MAC size associated with it.
|
getAlgorithm
int getMACSizeInBits()
T withMACSize(int macSizeInBits)
macSizeInBits
- bit length of the MAC length.