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