| Package | Description |
|---|---|
| com.entrust.toolkit.security.provider |
Contains Entrust's JCA cryptographic service provider (CSP)
implementation and initialization mechanism, various cryptographic
algorithms, and various cryptographic key and parameter representations.
|
| iaik.security.random |
| Class and Description |
|---|
| RandomException
Deprecated.
since 8.0; all algorithms that use this exception have been
deprecated and it is thus no longer required
|
| 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. |
| Class and Description |
|---|
| RandomException
Deprecated.
since 8.0; all algorithms that use this exception have been
deprecated and it is thus no longer required
|
| 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. |
| 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. |