| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Algorithms
Abstract class from which all CAPI algorithm constants derive.
|
class |
CertFindType
Constants to be used when finding a certificate in a
CertStore. |
class |
CertPropertyId
Certificate and CRL property IDs.
|
class |
CertStoreAddDisposition
Constants for certificate store disposition when adding to a certificate store.
|
class |
CertStoreProvType
Certificate Store Provider Types.
|
class |
CryptImplType
Constants that indicate how a CSP is implemented.
|
class |
DataEncryptionAlgorithms
Constants for key exchange algorithms.
|
class |
Error
Error numbers that can be returned from native calls.
|
class |
HashAlgorithms
Constants for hash algorithms.
|
class |
HashParam
This class contains constants passed to CryptGetHashParam.
|
class |
KeyAlgorithms
Abstract class from which all key algorithms derive.
|
class |
KeyExchangeAlgorithms
Constants for key exchange algorithms.
|
class |
KeyParam
Constants for key parameters.
|
class |
KeySpec
Constants for key specifiers.
|
class |
ProviderParam
This class contains constants passed to CryptGetProvParam.
|
class |
ProviderType
This class contains constants for provider types.
|
class |
SignatureAlgorithms
Constants for signature algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CapiConstants.constantToBytes(CapiConstants constant)
Converts a constant to a byte array representing the value.
|