| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderType |
CryptKeyProvInfo.getProviderType()
Returns the type of the provider that owns the private key.
|
ProviderType |
ProviderInfo.getProviderType()
Returns the Provider Type.
|
| Modifier and Type | Method and Description |
|---|---|
static ProviderInfo |
CryptProvider.getDefaultProviderInfo(ProviderType providerType,
int flags)
Returns information about the default provider for the given provider
type.
|
static CryptProvider |
CryptProvider.getInstance(java.lang.String container,
java.lang.String provider,
ProviderType providerType,
int flags)
Creates an returns an initialized CryptProvider.
|
| Constructor and Description |
|---|
CryptKeyProvInfo(java.lang.String containerName,
java.lang.String providerName,
ProviderType providerType,
int flags,
KeySpec keySpec)
Public constructor.
|