deno / latest / ~ / aesgcmparams.html

AesGcmParams

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

Extends

Properties

additionalData?: BufferSource
tagLength?: number

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