public static class AesCbcWithIntegrity.PrngFixes.LinuxPRNGSecureRandom extends SecureRandomSpi
SecureRandomSpi which passes all requests to the Linux PRNG (
/dev/urandom).| Constructor and Description |
|---|
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 SecureRandomSpiprotected void engineNextBytes(byte[] bytes)
engineNextBytes in class SecureRandomSpiprotected byte[] engineGenerateSeed(int size)
engineGenerateSeed in class SecureRandomSpiCopyright © 2017. All rights reserved.