Skip to main content
CipherCCM - crypto - Node documentation
interface CipherCCM
extends Cipher

Usage in Deno

import { type CipherCCM } from "node:crypto";

Methods

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