WebIDLpedia

AeadParams dictionary

Definition

Modern Algorithms in the Web Cryptography API defines AeadParams



dictionary AeadParams : Algorithm {
  required BufferSource iv;
  BufferSource additionalData;
  [EnforceRange] octet tagLength;
};