Skip to main content
CipherOCB - crypto - Node documentation
interface CipherOCB
extends Cipher

Usage in Deno

import { type CipherOCB } from "node:crypto";

Methods

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