public class

CCMParameters

extends AEADParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.AEADParameters
     ↳ org.bouncycastle.crypto.params.CCMParameters

Summary

Public Constructors
CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor.
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.params.AEADParameters
From class java.lang.Object

Public Constructors

public CCMParameters (KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)

Base constructor.

Parameters
key key to be used by underlying cipher
macSize macSize in bits
nonce nonce to be used
associatedText associated text, if any