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

/openjdk7/jdk/src/solaris/classes/sun/security/provider/
H A DNativeSeedGenerator.java32 * URLSeedGenerator.
35 class NativeSeedGenerator extends SeedGenerator.URLSeedGenerator {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java98 // URLSeedGenerator to read from /dev/random
114 instance = new URLSeedGenerator(egdSource);
441 static class URLSeedGenerator extends SeedGenerator { class in class:SeedGenerator
452 URLSeedGenerator(String egdurl) throws IOException { method in class:SeedGenerator.URLSeedGenerator
460 URLSeedGenerator() throws IOException { method in class:SeedGenerator.URLSeedGenerator
529 throw new InternalError("URLSeedGenerator " + deviceName +
534 throw new InternalError("URLSeedGenerator " + deviceName +

Completed in 30 milliseconds