interface CipherGCM
extends Cipher
Usage in Deno
import { type CipherGCM } from "node:crypto";
setAAD(buffer: ArrayBufferView,options?: { plaintextLength: number; },): this
getAuthTag(): Buffer
import { type CipherGCM } from "node:crypto";
setAAD(buffer: ArrayBufferView,options?: { plaintextLength: number; },): this
getAuthTag(): Buffer