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 intDEFAULT_MAX_USESprivate intmaxUsesprivate java.security.SecureRandomrandomprivate intuses
-
Constructor Summary
Constructors Modifier Constructor Description privateSecureRandomWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intgetMaxUses()intnextInt()private voidreset()
-
-
-
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
-
-