Skip to main content
interface DecipherGCM
extendsDecipher ,

Methods

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