Encrypts data using the negotiated symmetric cipher
List<int> encryptData(List<int> data) { return symmetricHandler.encrypt(data); }