Class DefaultSecureRandom


  • public final class DefaultSecureRandom
    extends java.lang.Object
    The class DefaultSecureRandom holds a SecureRandom with the default algorithm and provider
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.SecureRandom get()
      Gets the secure random
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public static java.security.SecureRandom get()
        Gets the secure random
        Returns:
        the secure random