| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.random |
Contains implementations of secure random number generation algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DRBGusingSHA512
A software based implementation of the deterministic random bit generator
(DRBG), pseudo-random number generator (PRNG) that is based on the algorithm
defined by NIST Special Publication 800-90, which uses a SHA512.
|
class |
FIPS186_2usingSHA1
A software based implementation of the pseudo-random number generator (PRNG)
defined in FIPS 186-2 Appendix 3.1, which constructs the function G(t,c) from
SHA-1 and uses b = 512.
|
class |
X9_31
The super-class of all FIPS 140-2 complaint pseudo-random number generator
implementations that are based on the algorithm defined in ANSI X9.31
Appendix A.2.4.
|
class |
X9_31using3DES
A software based implementation of the X9.31 pseudo-random number generator
(PRNG) using a DESede cipher and a 192-bit key.
|
class |
X9_31usingAES256
A software based implementation of the X9.31 pseudo-random number generator
(PRNG) using an AES cipher and a 256-bit key.
|