function decryptWithKey decryptWithKey(encrypted: KeyEncrypted,key: CryptoKey,): Promise<string> Decrypt data with a symmetric key Parameters encrypted: KeyEncrypted key: CryptoKey Return Type Promise<string>