public static class FixedSecureRandom.LinuxPrngSecureRandomSpi extends SecureRandomSpi
SecureRandomSpi which passes all requests to the Linux PRNG
(/dev/urandom).| Constructor and Description |
|---|
LinuxPrngSecureRandomSpi() |
| 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 SecureRandomSpiprotected void engineNextBytes(byte[] bytes)
engineNextBytes in class SecureRandomSpiprotected byte[] engineGenerateSeed(int size)
engineGenerateSeed in class SecureRandomSpi