| Interface | Description |
|---|---|
| RandomProvider |
A provider to generate random and secure bytes provided with seeds, as Java
SecureRandom does.
|
| Class | Description |
|---|---|
| JavaRandom |
Use jdk
SecureRandom to implement RandomProvider,
so it can be used on windows and linux. |
| NativeRandom |
use "/dev/urandom", which is on linux, to implement RandomProvider, so it should be used on linux.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.