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

/libcore/ojluni/src/main/java/java/security/
H A DSecureRandom.java73 * random.nextBytes(bytes);
84 * {@code nextBytes} methods may block as entropy is being gathered,
161 * {@code nextBytes} will force the SecureRandom object to seed itself.
275 * {@code nextBytes} will force the SecureRandom object to seed itself.
318 * {@code nextBytes} will force the SecureRandom object to seed itself.
366 * {@code nextBytes} will force the SecureRandom object to seed itself.
479 synchronized public void nextBytes(byte[] bytes) { method in class:SecureRandom
503 nextBytes(b);
/libcore/ojluni/src/main/java/java/util/
H A DRandom.java213 * <p>The method {@code nextBytes} is implemented by class {@code Random}
216 * public void nextBytes(byte[] bytes) {
227 public void nextBytes(byte[] bytes) { method in class:Random

Completed in 57 milliseconds