| Package | Description |
|---|---|
| com.entrust.toolkit.pkcs11 |
Contains classes dealing with PKCS #11 (smart cards and hardware
tokens) operations.
|
| 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.cipher |
| Class and Description |
|---|
| SecretKey
This class represents a secret key as used with symmetric algorithms.
|
| Class and Description |
|---|
| IvParameters
This class represents an initialization vector in opaque form and may be used
for generating an opaque IV and converting it between various formats.
|
| Class and Description |
|---|
| DES
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying DES cipher.
|
| IvParameters
This class represents an initialization vector in opaque form and may be used
for generating an opaque IV and converting it between various formats.
|
| RC2
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying RC2 cipher.
|
| RC2Parameters
This class represents RC2 paramters in opaque form and may be used for generating
opaque RC2 parameters and converting them between various formats.
|
| TripleDES
Extends the BufferedCipher class for adding a buffering mechanism
to the underlying TripleDES cipher.
|