| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
SeedGenerator
Deprecated.
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
static SeedGenerator |
SeedGenerator.getDefault()
Deprecated.
Get a new instance of the default seed generator.
|
static SeedGenerator |
SeedGenerator.getDefaultSeedGenerator()
Deprecated.
This method is deprecated and supported for compatibility only.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SeedGenerator.setDefaultSeedGenerator(SeedGenerator g)
Deprecated.
This method is deprecated and supported for compatibility only.
|