Liferay 6.2-ce-ga5

com.liferay.portal.kernel.security
Class SecureRandom

java.lang.Object
  extended by java.util.Random
      extended by com.liferay.portal.kernel.security.SecureRandom
All Implemented Interfaces:
Serializable

public class SecureRandom
extends Random

See Also:
Serialized Form

Constructor Summary
SecureRandom()
           
 
Method Summary
protected  int next(int bits)
           
 
Methods inherited from class java.util.Random
nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRandom

public SecureRandom()
Method Detail

next

protected int next(int bits)
Overrides:
next in class Random

Liferay 6.2-ce-ga5