Skip to main content
Module

std/node/crypto.ts>CipherOCB

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

Methods

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