interface DecipherGCM implements DecipherRe-exportimport { type DecipherGCM } from "https://deno.land/std@0.160.0/node/crypto.ts"; MethodssetAuthTag(buffer: ArrayBufferView): thissetAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): this