Class | Description |
---|---|
GetrandomProvider |
A security provider that installs two random number generation
algorithms that use the getrandom()
system call.
|
GetrandomSecureRandom |
A
SecureRandomSpi s that uses the getrandom system call
with the /dev/urandom equivalent. |
GeturandomSecureRandom |
A
SecureRandomSpi s that uses the getrandom system call
with the /dev/urandom equivalent. |
Copyright © 2017–2018. All rights reserved.