Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/crypto.ts>DecipherCCM

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface DecipherCCM
implements Decipher
Re-export
import { type DecipherCCM } from "https://deno.land/std@0.177.0/node/crypto.ts";

Methods

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