public static class 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 SecureRandomSpi
protected void engineNextBytes(byte[] bytes)
engineNextBytes
in class SecureRandomSpi
protected byte[] engineGenerateSeed(int size)
engineGenerateSeed
in class SecureRandomSpi
Copyright © 2011–2014. All rights reserved.