Package org.jboss.resteasy.core
Class AsynchronousDispatcher.SecureRandomWrapper
- java.lang.Object
-
- org.jboss.resteasy.core.AsynchronousDispatcher.SecureRandomWrapper
-
- Enclosing class:
- AsynchronousDispatcher
private static class AsynchronousDispatcher.SecureRandomWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
DEFAULT_MAX_USES
private int
maxUses
private java.security.SecureRandom
random
private int
uses
-
Constructor Summary
Constructors Modifier Constructor Description private
SecureRandomWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
getMaxUses()
int
nextInt()
private void
reset()
-
-
-
Field Detail
-
DEFAULT_MAX_USES
private static final int DEFAULT_MAX_USES
- See Also:
- Constant Field Values
-
random
private java.security.SecureRandom random
-
maxUses
private int maxUses
-
uses
private int uses
-
-