function aesGcmDecryptRaw aesGcmDecryptRaw(iv: Uint8Array,ciphertext: Uint8Array,key: CryptoKey,): Promise<ArrayBuffer> AES-GCM decrypt raw data with an imported key Parameters iv: Uint8Array ciphertext: Uint8Array key: CryptoKey Return Type Promise<ArrayBuffer>