WebIDLpedia

AesGcmParams dictionary

Definition

Web Cryptography API defines AesGcmParams



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