public static class PRNGFixes.LinuxPRNGSecureRandom
extends java.security.SecureRandomSpi
SecureRandomSpi which passes all requests to the Linux PRNG
 (/dev/urandom).| Constructor and Description | 
|---|
PRNGFixes.LinuxPRNGSecureRandom()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected byte[] | 
engineGenerateSeed(int size)  | 
protected void | 
engineNextBytes(byte[] bytes)  | 
protected void | 
engineSetSeed(byte[] bytes)  | 
protected void engineSetSeed(byte[] bytes)
engineSetSeed in class java.security.SecureRandomSpiprotected void engineNextBytes(byte[] bytes)
engineNextBytes in class java.security.SecureRandomSpiprotected byte[] engineGenerateSeed(int size)
engineGenerateSeed in class java.security.SecureRandomSpi