Class ThreadLocalInsecureRandom

java.lang.Object
java.util.Random
java.security.SecureRandom
org.jboss.netty.handler.ssl.util.ThreadLocalInsecureRandom
All Implemented Interfaces:
Serializable

final class ThreadLocalInsecureRandom extends SecureRandom
Insecure SecureRandom which relies on ThreadLocalRandom for random number generation.