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