| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataEncryptionAlgorithms
Constants for key exchange algorithms.
|
class |
HashAlgorithms
Constants for hash algorithms.
|
class |
KeyAlgorithms
Abstract class from which all key algorithms derive.
|
class |
KeyExchangeAlgorithms
Constants for key exchange algorithms.
|
class |
SignatureAlgorithms
Constants for signature algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithms |
ProviderAlgorithmInfo.getAlgId()
Returns the algorithm id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CryptProvider.supportsAlgorithm(Algorithms algorithm)
Returns
true if this provider supports the given algorithm,
false if not. |