public final class JCAUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.security.SecureRandom |
getDefSecureRandom()
Get the default SecureRandom instance.
|
static java.security.SecureRandom |
getSecureRandom()
Get a SecureRandom instance.
|
static int |
getTempArraySize(int totalSize)
Get the size of a temporary buffer array to use in order to be
cache efficient.
|
public static int getTempArraySize(int totalSize)
public static java.security.SecureRandom getSecureRandom()
public static java.security.SecureRandom getDefSecureRandom()