public class CCMParameters extends AEADParameters
| Constructor and Description |
|---|
CCMParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Deprecated.
Base constructor.
|
getAssociatedText, getKey, getMacSize, getNoncepublic CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
key - key to be used by underlying ciphermacSize - macSize in bitsnonce - nonce to be usedassociatedText - associated text, if any