| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| Modifier and Type | Field and Description |
|---|---|
static CryptImplType |
CryptImplType.CRYPT_IMPL_HARDWARE
CSP implementation is in hardware
|
static CryptImplType |
CryptImplType.CRYPT_IMPL_MIXED
CSP implementation is in hardware
|
static CryptImplType |
CryptImplType.CRYPT_IMPL_REMOVABLE
CSP implementation for removable types
|
static CryptImplType |
CryptImplType.CRYPT_IMPL_SOFTWARE
CSP implementation is in software
|
static CryptImplType |
CryptImplType.CRYPT_IMPL_UNKNOWN
CSP implementation uses both hardware and software
|
| Modifier and Type | Method and Description |
|---|---|
CryptImplType |
CryptProvider.getImplementationType()
Returns the implementation type of this provider.
|