Class OsSecureRandom

java.lang.Object
java.util.Random
org.apache.hadoop.crypto.random.OsSecureRandom
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, RandomGenerator, Configurable

@Private public class OsSecureRandom extends Random implements Closeable, Configurable
A Random implementation that uses random bytes sourced from the operating system.
See Also:
  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
  • Constructor Details

    • OsSecureRandom

      public OsSecureRandom()
  • Method Details