Module

std/node/crypto.ts>CipherGCM

Deno standard library
Go to Latest
interface CipherGCM
implements Cipher
import { type CipherGCM } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Methods

setAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): this
getAuthTag(): Buffer
import CipherGCM
import { CipherGCM } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";