public class CCMParameters extends AEADParameters
Constructor and Description |
---|
CCMParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Base constructor.
|
public 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 anyCopyright © 2015. All rights reserved.