Go to Latest
interface DecipherOCB
implements Decipher
import { type DecipherOCB } 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