public static class AesCbcWithIntegrity.PrngFixes.LinuxPRNGSecureRandom extends SecureRandomSpi
SecureRandomSpi
which passes all requests to the Linux PRNG (
/dev/urandom
).Constructor and Description |
---|
AesCbcWithIntegrity.PrngFixes.LinuxPRNGSecureRandom() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGenerateSeed(int size) |
protected void |
engineNextBytes(byte[] bytes) |
protected void |
engineSetSeed(byte[] bytes) |
public AesCbcWithIntegrity.PrngFixes.LinuxPRNGSecureRandom()
protected void engineSetSeed(byte[] bytes)
engineSetSeed
in class SecureRandomSpi
protected void engineNextBytes(byte[] bytes)
engineNextBytes
in class SecureRandomSpi
protected byte[] engineGenerateSeed(int size)
engineGenerateSeed
in class SecureRandomSpi
Copyright © 2008–2017 MIL-OSS. All rights reserved.