Skip to main content
Module

x/evt/lib/types/index.ts>dom.AesGcmParams

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.AesGcmParams
implements Algorithm
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { AesGcmParams } = dom;

Properties

optional
additionalData:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
iv:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
optional
tagLength: number