Skip to main content
DecipherGCM - crypto - Node documentation
interface DecipherGCM
extends Decipher

Usage in Deno

import { type DecipherGCM } from "node:crypto";

Methods

setAuthTag(buffer: ArrayBufferView): this
setAAD(
buffer: ArrayBufferView,
options?: { plaintextLength: number; },
): this