public class NullSecureRandomProvider extends java.lang.Object implements SecureRandomProvider
| Constructor and Description |
|---|
NullSecureRandomProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
nextBytes(byte[] output) |
int |
nextInt(int maxValue) |
public void nextBytes(byte[] output)
nextBytes in interface SecureRandomProviderpublic int nextInt(int maxValue)
nextInt in interface SecureRandomProvider