public static class TestAES.TestRNG extends SecureRandomSpi
| Constructor and Description |
|---|
TestRNG() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
engineGenerateSeed(int numBytes) |
protected void |
engineNextBytes(byte[] bytes) |
protected void |
engineSetSeed(byte[] seed) |
protected void engineSetSeed(byte[] seed)
engineSetSeed in class SecureRandomSpiprotected void engineNextBytes(byte[] bytes)
engineNextBytes in class SecureRandomSpiprotected byte[] engineGenerateSeed(int numBytes)
engineGenerateSeed in class SecureRandomSpi