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