| Package | Description |
|---|---|
| com.entrust.toolkit.security.crypto.ec | |
| 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.dh | |
| iaik.security.dsa | |
| iaik.security.rsa |
| Modifier and Type | Class and Description |
|---|---|
class |
EcPrivateKey
An Elliptic Curve (EC) private key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECDSAPrivateKey
Deprecated.
since 7.2 SP2; use
EcPrivateKey
instead |
| Modifier and Type | Class and Description |
|---|---|
class |
DHPrivateKey
This class implements a Diffie Hellman private key and supports ASN.1 encoding.
|
class |
ESDHPrivateKey
This class implements a Diffie Hellman private key and supports ASN.1 encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DSAPrivateKey
An implementation of a DSA private key that supports ASN.1 encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSAPrivateKey
This class implements an RSA private key and supports ASN.1 encoding.
|