private static class AsynchronousDispatcher.SecureRandomWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
DEFAULT_MAX_USES |
private int |
maxUses |
private java.security.SecureRandom |
random |
private int |
uses |
Modifier | Constructor and Description |
---|---|
private |
SecureRandomWrapper() |
Modifier and Type | Method and Description |
---|---|
private int |
getMaxUses() |
int |
nextInt() |
private void |
reset() |
private static final int DEFAULT_MAX_USES
private java.security.SecureRandom random
private int maxUses
private int uses