|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CSPRNG in org.randomness |
---|
Fields in org.randomness declared as CSPRNG | |
---|---|
static CSPRNG |
CSPRNG.RIJNDAEL
Synonym of AES algorithm. |
static CSPRNG |
CSPRNG.SECURE_RANDOM
Synonym of NATIVE algorithm which SecureRandom is used. |
Methods in org.randomness that return CSPRNG | |
---|---|
static CSPRNG |
CSPRNG.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CSPRNG[] |
CSPRNG.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.randomness with parameters of type CSPRNG | |
---|---|
static Cryptorandomness |
Cryptorandomness.from(CSPRNG algorithm)
Returns a new Cryptorandomness object that implements the
specified Cryptosecure Random Number Generator algorithm (
CSPRNG). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |