|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Truerandomness in org.randomness |
---|
Methods in org.randomness that return Truerandomness | |
---|---|
Truerandomness |
TRNG.current()
TODO PROVISIONAL API, WORK IN PROGRESS: Returns a unique TRNG entropy generator isolated to the current thread (thread local random). |
static Truerandomness |
Truerandomness.current(TRNG source)
Returns a unique True-random Number Generator isolated to the current thread (thread-local) associated with specified entropy source. |
static Truerandomness |
Truerandomness.fromCOMM(String port)
TODO PROVISIONAL API, WORK IN PROGRESS: Returns the specified True-random Number Generator using specified COMM connection as a source of entropy. |
static Truerandomness |
Truerandomness.fromUSB(String port)
TODO PROVISIONAL API, WORK IN PROGRESS: Returns the specified True-random Number Generator using specified USB connection as a source of entropy. |
Truerandomness |
TRNG.shared()
TODO PROVISIONAL API, WORK IN PROGRESS: |
static Truerandomness |
Truerandomness.shared(TRNG source)
Returns a new shared Truerandom generator that implements the specified entropy gathering mechanism, or True Random Number Generator (TRNG). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |