public class AES256CounterSecureRNG
extends java.security.SecureRandomSpi
| Constructor and Description |
|---|
AES256CounterSecureRNG() |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
engineGenerateSeed(int numBytes)
Unused method
Returns the given number of seed bytes.
|
protected void |
engineNextBytes(byte[] bytes)
Generates a user-specified number of random bytes.
|
protected void |
engineSetSeed(byte[] seed)
This is managed internally by AESCounterRNG
|
protected void engineSetSeed(byte[] seed)
engineSetSeed in class java.security.SecureRandomSpiseed - (undocumented)protected void engineNextBytes(byte[] bytes)
engineNextBytes in class java.security.SecureRandomSpibytes - the array to be filled in with random bytes.protected byte[] engineGenerateSeed(int numBytes)
engineGenerateSeed in class java.security.SecureRandomSpinumBytes - the number of seed bytes to generate.