|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
SecureRandom getInstance(String, |
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. |
Added Methods | |
SecureRandom getInstance(String, |
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. |
SecureRandom getInstance(String, |
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. |
Changed Methods | ||
byte[] getSeed(int ) |
Documentation changed from old to new. |
Returns the given number of seed bytes computed using the seed generation algorithm that this class uses to seed itself. |
void setSeed(byte[] ) |
Documentation changed from old to new. |
Reseeds this random object. |
void setSeed(long ) |
Documentation changed from old to new. |
Reseeds this random object using the eight bytes contained in the given long seed . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |