Go to Latest
interface DecipherCCM
implements Decipher
import { type DecipherCCM } from "https://dotland.deno.dev/std@0.146.0/node/internal/crypto/cipher.ts";

Methods

setAuthTag(buffer: ArrayBufferView): this
setAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): this