Package-level declarations
Types
Link copied to clipboard
Class used for the system and the network diagnostic, and to check for attacks. You can for instance check if the NFC is enabled, if geolocation tracking is enabled, if the device is connected to an open WiFi network or an VPN connection, etc. And you can check if certain attacks occur like a Man-In-The-Middle or a Rogue Cell Tower.
Link copied to clipboard
data class RASPConfiguration(val context: Context, val tenant: String? = null, val endpoint: String = "pradeo-security.com", val periodicity: Duration = Duration.parse("1m"), val authority: Certificate? = null, val id: String? = null)
This class allows RASP configuration.
Link copied to clipboard
Class used to perform system or the network remediation and to protect users from attack attempts.