decrypt Host Data

private fun decryptHostData(keyAlias: String, encryptedData: String): String

Method used to decrypt a data of the remote host

Return

the data decrypted as String

Parameters

keyAlias

The alias of the secret key of the host

encryptedData

The encrypted data to decrypt