Skip to main content
DecipherCCM - crypto - Node documentation
interface DecipherCCM
extends Decipher

Usage in Deno

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

Methods

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