< prev index next >

src/java.base/unix/classes/sun/security/provider/NativePRNG.java

Print this page
rev 59105 : imported patch corelibs

*** 31,41 **** import java.util.Arrays; import sun.security.util.Debug; /** ! * Native PRNG implementation for Solaris/Linux/MacOS. * <p> * It obtains seed and random numbers by reading system files such as * the special device files /dev/random and /dev/urandom. This * implementation respects the {@code securerandom.source} Security * property and {@code java.security.egd} System property for obtaining --- 31,41 ---- import java.util.Arrays; import sun.security.util.Debug; /** ! * Native PRNG implementation for Linux/MacOS. * <p> * It obtains seed and random numbers by reading system files such as * the special device files /dev/random and /dev/urandom. This * implementation respects the {@code securerandom.source} Security * property and {@code java.security.egd} System property for obtaining
< prev index next >