Package com.unboundid.util
Class ThreadLocalSecureRandom
- java.lang.Object
-
- com.unboundid.util.ThreadLocalSecureRandom
-
@ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ThreadLocalSecureRandom extends java.lang.Object
This class provides a means of obtaining a thread-localSecureRandom
instance that can be used without synchronization or contention.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.security.SecureRandom
get()
Retrieves a thread-localSecureRandom
instance.
-