Skip to main content
CipherGCM - crypto - Node documentation
interface CipherGCM
extends Cipher

Usage in Deno

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

Methods

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