AeadParams class final

A class presents a byte buffer combining the AEAD (Authenticated Encryption with Associated Data) parameters.

This class holds the parameters required for AEAD, including the tagLength and nonceLength.

Constructors

AeadParams(int tagLength, int nonceLength)
Constructs an instance of AeadParams with the given tagLength and nonceLength.

Properties

hashCode int
The hash code for this object.
no setterinherited
nonceLength int
The length of the nonce in bytes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagLength int
The length of the authentication tag in bytes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited