function encryptWithKey encryptWithKey(plaintext: string,key: CryptoKey,): Promise<string> Encrypt data with a symmetric key (for wrapping private key with DATA_KEY) Parameters plaintext: string key: CryptoKey Return Type Promise<string>