Decrypts data using the negotiated symmetric cipher
List<int> decryptData(List<int> encryptedData) { return symmetricHandler.decrypt(encryptedData); }