freerasp library

Classes

AndroidConfig
Class responsible for freeRASP Android configuration
HashConverter
A class for checking and converting SHA-256 hashes.
IOSConfig
Class responsible for freeRASP iOS configuration
Talsec
A class which maintains all security related operations.
TalsecConfig
Class responsible for freeRASP configuration
ThreatCallback
A class which represents a set of callbacks that are used to notify the application when certain security threat are detected.

Enums

Threat
Possible threats which can occur in Flutter app.

Extensions

ThreatX on Threat
An extension on the Threat enum to provide additional functionality.

Constants

hashConverter → const HashConverter
Static variable for HashConverter.

Typedefs

VoidCallback = void Function()
Typedef for void methods

Exceptions / Errors

ConfigurationException
An exception that is thrown when there is a failure with a Talsec configuration.
TalsecException
A base exception class for Talsec exceptions.