- EncryptionCheck - Class in org.aerogear.mobile.security.checks
-
Detects whether a devices filesystem is encrypted
- EncryptionCheck() - Constructor for class org.aerogear.mobile.security.checks.EncryptionCheck
-
- execute() - Method in class org.aerogear.mobile.security.AsyncSecurityCheckExecutor
-
Executes the checks asynchronously.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.AbstractSecurityCheck
-
Executes the check.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.BackupDisallowedCheck
-
Check whether the allowBackup flag is enabled.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.DeveloperModeDisabledCheck
-
Check if developer mode has been enabled in the device.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.EncryptionCheck
-
Check if a devices filesystem is encrypted.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.NoDebuggerCheck
-
Check whether a debugger is attached to the current application.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.NonRootedCheck
-
Check whether the device is rooted or not.
- execute(Context) - Method in class org.aerogear.mobile.security.checks.NotInEmulatorCheck
-
Checks if device is an emulator by looking at the following: Fingerprint starts with
'generic' or 'unknown' The model contains 'google_sdk' or 'emulator' or 'android sdk built
for x86' If the serial is equal to 'null' The manufacturer contains 'genymotion' If the brand
and device start with 'generic'
- execute(Context) - Method in class org.aerogear.mobile.security.checks.ScreenLockCheck
-
Check whether the device has a screen lock enabled (PIN, Password, etc).
- execute() - Method in class org.aerogear.mobile.security.SyncSecurityCheckExecutor
-
Executes the provided checks and returns the results.