deno / 1.23.2 / ~ / aesgcmparams.html /

AesGcmParams

interface AesGcmParams extends Algorithm {
additionalData? : BufferSource;
iv : BufferSource;
tagLength? : number;
}

Extends

Properties

additionalData? : BufferSource
tagLength? : number

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/AesGcmParams