Module

std/node/crypto.ts>CipherCCM

Deno standard library
Go to Latest
interface CipherCCM
implements Cipher
import { type CipherCCM } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Methods

setAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): this
getAuthTag(): Buffer
import CipherCCM
import { CipherCCM } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";