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

/openjdk9/jdk/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DPRNG.java32 * Native PRNG implementation for Windows using the Microsoft Crypto API.
37 public final class PRNG extends SecureRandomSpi class in inherits:SecureRandomSpi,java.io.Serializable
51 public PRNG() { method in class:PRNG
H A DSunMSCAPI.java84 if (algo.equals("Windows-PRNG")) {
85 return new PRNG();
141 "Windows-PRNG", "sun.security.mscapi.PRNG",

Completed in 88 milliseconds