Skip to main content
Go to Latest
interface DecipherCCM
implements Decipher
import { type DecipherCCM } from "https://deno.land/std@0.167.0/node/internal/crypto/cipher.ts";

Methods

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