Skip to main content
method CipherGCM.setAAD
CipherGCM.setAAD(
buffer: ArrayBufferView,
options?: { plaintextLength: number; },
): this
Deprecated

Parameters

buffer: ArrayBufferView
optional
options: { plaintextLength: number; }

Return Type

this
Back to top