| 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 |
| Constructor and Description |
|---|
AnsiRandom()
Deprecated.
Generates a new
AnsiRandom1 object. |
X917Random()
Deprecated.
Generates a new
X917Random1 object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecRandom.setDefault(java.lang.Class clazz)
Deprecated.
Set the default random number generator.
|
static void |
SeedGenerator.setDefaultSeedGenerator(SeedGenerator g)
Deprecated.
This method is deprecated and supported for compatibility only.
|
| Constructor and Description |
|---|
MetaSeedGenerator(int numBits)
Deprecated.
Initialize generation of a seed with the specified amount of
randomness.
|