Decrypts data using the asymmetric cipher
List<int> decryptAsymmetric(List<int> encryptedData) { return asymmetricHandler.decrypt(encryptedData); }