Go to Latest
interface CipherGCM
implements Cipher
import { type CipherGCM } from "https://dotland.deno.dev/std@0.146.0/node/internal/crypto/cipher.ts";

Methods

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