interface DecipherCCM
extends Decipher
Usage
import { type DecipherCCM } from "node:crypto";
setAuthTag(buffer: ArrayBufferView): this
setAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): this
import { type DecipherCCM } from "node:crypto";
setAuthTag(buffer: ArrayBufferView): this
setAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): this