public interface CryptoRandom extends Closeable
Note that implementations must provide a constructor that takes a Properties instance
| Modifier and Type | Method and Description |
|---|---|
void |
nextBytes(byte[] bytes)
Generates random bytes and places them into a user-supplied byte array.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.