public final class PRNGFixes
extends java.lang.Object
apply() before any use of Java
Cryptography Architecture primitives. A good place to invoke them is in the
application's onCreate.| Modifier and Type | Class and Description |
|---|---|
static class |
PRNGFixes.LinuxPRNGSecureRandom
SecureRandomSpi which passes all requests to the Linux PRNG
(/dev/urandom). |
| Modifier and Type | Method and Description |
|---|---|
static void |
apply()
Applies all fixes.
|