Searched defs:nextBytes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DSecureRandom.java70 * random.nextBytes(bytes);
81 * <code>nextBytes</code> methods may block as entropy is being gathered,
144 * <code>nextBytes</code> will force the SecureRandom object to seed itself.
254 * <code>nextBytes</code> will force the SecureRandom object to seed itself.
297 * <code>nextBytes</code> will force the SecureRandom object to seed itself.
345 * <code>nextBytes</code> will force the SecureRandom object to seed itself.
454 synchronized public void nextBytes(byte[] bytes) { method in class:SecureRandom
477 nextBytes(b);
/openjdk7/jdk/src/share/classes/java/util/
H A DRandom.java198 * <p>The method {@code nextBytes} is implemented by class {@code Random}
201 * public void nextBytes(byte[] bytes) {
212 public void nextBytes(byte[] bytes) { method in class:Random
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP_KAT.java201 public void nextBytes(byte[] bytes) { method in class:MyRandom

Completed in 403 milliseconds