| Interface | Description |
|---|---|
| SeedGenListener | Deprecated
since 8.0; seeding is now handled automatically by Entrust's
SecureRandom implementations (random number generators); for
access to the PRNGs underlying seeding algorithm call
generateSeed() on the SecureRandom
instance. |
| Class | Description |
|---|---|
| MetaSeedGenerator | Deprecated
since 8.0; seeding is now handled automatically by Entrust's
SecureRandom implementations (random number generators); for
access to the PRNGs underlying seeding algorithm call
generateSeed() on the SecureRandom
instance. |
| RandomInputStream |
An InputStream that reads data from a Random number generator.
|
| SecRandom | Deprecated
since 8.0; use
Entrust.getDefaultSecureRandomInstance()
instead |
| SeedGenerator | Deprecated
since 8.0; seeding is now handled automatically by Entrust's
SecureRandom implementations (random number generators); for
access to the PRNGs underlying seeding algorithm call
generateSeed() on the SecureRandom
instance. |
| Exception | Description |
|---|---|
| RandomException | Deprecated
since 8.0; all algorithms that use this exception have been
deprecated and it is thus no longer required
|