Class TlsSecureRandom


  • public final class TlsSecureRandom
    extends Object
    A utility class that provides a thread local instance of SecureRandom.
    • Field Detail

      • THREAD_LOCAL_RANDOM

        protected static final ThreadLocal<Random> THREAD_LOCAL_RANDOM
    • Method Detail

      • get

        public static Random get()