| java.lang.Object | |
| ↳ | org.bouncycastle.crypto.params.AEADParameters |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Base constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Base constructor.
| key | key to be used by underlying cipher |
|---|---|
| macSize | macSize in bits |
| nonce | nonce to be used |
| associatedText | associated text, if any |