| 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.cms | |
| iaik.security.dh | |
| iaik.security.dsa | |
| iaik.security.rsa | |
| iaik.x509 |
| Modifier and Type | Class and Description |
|---|---|
class |
EcPublicKey
An Elliptic Curve (EC) public key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ECDSAPublicKey
Deprecated.
since 7.2 SP2; use
EcPublicKey
instead |
| Modifier and Type | Class and Description |
|---|---|
class |
EcOriginatorPublicKey
This class represents an EC originator public key in CMS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DHPublicKey
This class implements a Diffie Hellman public key and supports ASN.1 encoding.
|
class |
ESDHPublicKey
This class implements a Diffie Hellman public key and supports ASN.1 encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DSAPublicKey
An implementation of a DSA public key that supports ASN.1 encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RSAPublicKey
This class implements a RSA public key and supports ASN.1 encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrappedPublicKey |