method CipherGCM.setAAD Usage in Denoimport { type CipherGCM } from "node:crypto"; CipherGCM.setAAD(buffer: ArrayBufferView,options?: { plaintextLength: number; },): this Parameters buffer: ArrayBufferView optional options: { plaintextLength: number; } Return Type this