Class SecureRandom

Object
Random
com.liferay.portal.kernel.security.SecureRandom
All Implemented Interfaces:
Serializable, RandomGenerator

public class SecureRandom extends Random
Author:
Shuyang Zhou
See Also:
  • Constructor Details

    • SecureRandom

      public SecureRandom()
  • Method Details

    • next

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