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

/openjdk7/jdk/src/solaris/classes/sun/security/provider/
H A DNativePRNG.java77 File randomFile = new File(NAME_RANDOM);
78 if (randomFile.exists() == false) {
86 return new RandomIO(randomFile, urandomFile);
165 private RandomIO(File randomFile, File urandomFile) throws IOException { argument
166 randomIn = new FileInputStream(randomFile);

Completed in 29 milliseconds