Skip to main content
CipherCCM.setAAD - crypto - Node documentation
method CipherCCM.setAAD

Usage in Deno

import { type CipherCCM } from "node:crypto";
CipherCCM.setAAD(
buffer: ArrayBufferView,
options: { plaintextLength: number; },
): this

Parameters

buffer: ArrayBufferView
options: { plaintextLength: number; }

Return Type

this