| Interface | Description |
|---|---|
| AuthActivity.SecurityProvider |
Provider of the local security needs of an AuthActivity.
|
| Class | Description |
|---|---|
| Auth |
Helper class for integrating with
AuthActivity |
| AuthActivity |
This activity is used internally for authentication, but must be exposed both
so that Android can launch it and for backwards compatibility.
|
| FixedSecureRandom |
Older versions of Android have a SecureRandom that isn't actually secure.
|
| FixedSecureRandom.LinuxPrngSecureRandomSpi |
SecureRandomSpi which passes all requests to the Linux PRNG
(/dev/urandom). |