org.bouncycastle.crypto.params
public class AEADParameters extends Object implements CipherParameters
Constructor Summary | |
---|---|
AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor.
|
Method Summary | |
---|---|
byte[] | getAssociatedText() |
KeyParameter | getKey() |
int | getMacSize() |
byte[] | getNonce() |
Parameters: key key to be used by underlying cipher macSize macSize in bits nonce nonce to be used associatedText associated text, if any