| Interface | Description |
|---|---|
| Random |
A pseudo random number generator.
|
| Class | Description |
|---|---|
| BouncyCastleRandom |
BouncyCastle
Random. |
| BouncyCastleRandom.Factory |
Named factory for the BouncyCastle
Random |
| JCERandom |
A
Random implementation using the built-in SecureRandom PRNG. |
| JCERandom.Factory |
Named factory for the JCE
Random |
| SingletonRandomFactory |
A random factory wrapper that uses a single random instance.
|
Copyright © 2009–2014. All rights reserved.