Class ThreadLocalSecureRandom

java.lang.Object
com.unboundid.util.ThreadLocalSecureRandom

This class provides a means of obtaining a thread-local SecureRandom instance that can be used without synchronization or contention.
  • Method Details

    • get

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