public class JCERandom extends Object implements Random
Random
implementation using the built-in SecureRandom
PRNG.Modifier and Type | Class and Description |
---|---|
static class |
JCERandom.Factory
Named factory for the JCE
Random |
Constructor and Description |
---|
JCERandom() |
Modifier and Type | Method and Description |
---|---|
void |
fill(byte[] foo,
int start,
int len)
Fill the given byte-array with random bytes from this PRNG.
|
Copyright © 2009–2017. All rights reserved.