Definition
Web Cryptography API Level 2 defines AesGcmParams
dictionary AesGcmParams : Algorithm {
required BufferSource iv;
BufferSource additionalData;
[EnforceRange] octet tagLength;
};
AesGcmParams
dictionaryWeb Cryptography API Level 2 defines AesGcmParams
dictionary AesGcmParams : Algorithm {
required BufferSource iv;
BufferSource additionalData;
[EnforceRange] octet tagLength;
};