interface webcrypto.AesGcmParams extends Algorithm Usage in Denoimport { type webcrypto } from "node:crypto"; type { AesGcmParams } = webcrypto; Properties optional additionalData: BufferSource iv: BufferSource optional tagLength: number