Generated by
JDiff

Class java.security.SecureRandom

Documentation changed from old to new.

Changed Methods
int next(int) Documentation changed from old to new.
Generates an integer containing the user-specified number of pseudo-random bits (right justified with leading zeros).
SecureRandom getInstance(String) Documentation changed from old to new.
Generates a SecureRandom object that implements the specified Pseudo Random Number Generator (PRNG) algorithm.
SecureRandom getInstance(String, String) Documentation changed from old to new.
Generates a SecureRandom object for the specified PRNG algorithm as supplied from the specified provider if such a PRNG implementation is available from the provider.