|
|
java > java.security > java.security.securerandom >
Class: java.security.SecureRandom java.lang.Object java.util.Random java.security.SecureRandom
public class SecureRandom extends Random
FIELDS:
CONSTRUCTORS:
| | | public | SecureRandom() |
| | public | SecureRandom(byte[] seed) |
| | protected | SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| setSeed(long), next(int), nextBytes(byte[]), nextInt(), nextInt(int), nextLong(), nextBoolean(), nextFloat(), nextDouble(), nextGaussian(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|