Skip to main content
interface DecipherOCB
extendsDecipher ,

Methods

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