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