Home | History | Annotate | Download | only in security

Lines Matching defs:setSeed

159      * returned object, call the {@code setSeed} method.
160 * If {@code setSeed} is not called, the first call to
162 * This self-seeding will not occur if {@code setSeed} was
168 * to our own {@code setSeed} method, which will return
203 private void getDefaultPRNG(boolean setSeed, byte[] seed) {
213 if (setSeed) {
273 * returned object, call the {@code setSeed} method.
274 * If {@code setSeed} is not called, the first call to
276 * This self-seeding will not occur if {@code setSeed} was
316 * returned object, call the {@code setSeed} method.
317 * If {@code setSeed} is not called, the first call to
319 * This self-seeding will not occur if {@code setSeed} was
364 * returned object, call the {@code setSeed} method.
365 * If {@code setSeed} is not called, the first call to
367 * This self-seeding will not occur if {@code setSeed} was
435 synchronized public void setSeed(byte[] seed) {
453 public void setSeed(long seed) {
468 * <p> If a call to {@code setSeed} had not occurred previously,
471 * {@code setSeed} was previously called.
526 * @see #setSeed