Class ThreadLocalSecureRandom

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.SecureRandom get()
      Retrieves a thread-local SecureRandom instance.
      • Methods inherited from class java.lang.Object

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

      • get

        @NotNull
        public static java.security.SecureRandom get()
        Retrieves a thread-local SecureRandom instance.
        Returns:
        A thread-local SecureRandom instance.