Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/crypto.ts>DecipherOCB

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

Methods

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