| java.lang.Object | ||
| ↳ | org.bouncycastle.crypto.params.AEADParameters | |
| ↳ | org.bouncycastle.crypto.params.CCMParameters | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Base constructor.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.bouncycastle.crypto.params.AEADParameters
| |||||||||||
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 |