Searched refs:urandomFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/security/provider/
H A DNativePRNG.java81 File urandomFile = new File(NAME_URANDOM);
82 if (urandomFile.exists() == false) {
86 return new RandomIO(randomFile, urandomFile);
165 private RandomIO(File randomFile, File urandomFile) throws IOException { argument
167 urandomIn = new FileInputStream(urandomFile);

Completed in 2609 milliseconds