Skip to main content
Module

std/node/crypto.ts>CipherCCM

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

Methods

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