public class

AEADParameters

extends Object
implements CipherParameters
java.lang.Object
   ↳ org.bouncycastle.crypto.params.AEADParameters
Known Direct Subclasses

Summary

Public Constructors
AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor.
Public Methods
byte[] getAssociatedText()
KeyParameter getKey()
int getMacSize()
byte[] getNonce()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AEADParameters (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

Public Methods

public byte[] getAssociatedText ()

public KeyParameter getKey ()

public int getMacSize ()

public byte[] getNonce ()