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