AeadParameters public class AeadParameters : ICipherParameters Documentation Code public virtual KeyParameter Key { get; } public virtual int MacSize { get; } public AeadParameters(KeyParameter key, int macSize, byte[] nonce) public AeadParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText) public virtual byte[] GetAssociatedText() public virtual byte[] GetNonce()