Liferay 6.2-ce-ga5

com.liferay.portal.kernel.security
Class SecureRandomUtil

java.lang.Object
  extended by com.liferay.portal.kernel.security.SecureRandomUtil

public class SecureRandomUtil
extends Object


Constructor Summary
SecureRandomUtil()
           
 
Method Summary
static boolean nextBoolean()
           
static byte nextByte()
           
static double nextDouble()
           
static float nextFloat()
           
static int nextInt()
           
static long nextLong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRandomUtil

public SecureRandomUtil()
Method Detail

nextBoolean

public static boolean nextBoolean()

nextByte

public static byte nextByte()

nextDouble

public static double nextDouble()

nextFloat

public static float nextFloat()

nextInt

public static int nextInt()

nextLong

public static long nextLong()

Liferay 6.2-ce-ga5