AEADParameters<UnderlyingCipherParameters extends CipherParameters> constructor

AEADParameters<UnderlyingCipherParameters extends CipherParameters>(
  1. UnderlyingCipherParameters parameters,
  2. int macSize,
  3. Uint8List nonce,
  4. Uint8List associatedData,
)

Implementation

AEADParameters(
    this.parameters, this.macSize, this.nonce, this.associatedData);