Skip to main content
Module

std/node/crypto.ts>DecipherGCM

Deno standard library
Go to Latest
interface DecipherGCM
implements Decipher
Re-export
import { type DecipherGCM } from "https://deno.land/std@0.166.0/node/crypto.ts";

Methods

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