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