Skip to main content
Module

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

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

Properties

iv:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer