aesGcmEncryptRaw(data: BufferSource,key: CryptoKey,): Promise<AesGcmEncrypted>
AES-GCM encrypt raw data with an imported key, returning IV and ciphertext
data: BufferSource
key: CryptoKey
Promise<AesGcmEncrypted>