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