public final class SecureRandomUtils
extends java.lang.Object
This is to address issues with SecureRandom on Android. For more information, refer to the following issue.
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
generateRandomBytes(int size) |
static java.security.SecureRandom |
secureRandom() |