| Package | Description |
|---|---|
| com.entrust.toolkit.credentials |
Contains classes the enable creation, recovery, reading, and writing of
digital identities using a
variety of key sources, classes for implementing the Toolkit's KeyStore
capabilities, and classes to support integration with a Smart Card
Management System.
|
| com.entrust.toolkit.keychain |
| Modifier and Type | Method and Description |
|---|---|
KeychainKey |
KeychainPrivateKey.getKeychainKey() |
| Modifier and Type | Method and Description |
|---|---|
static KeychainPrivateKey |
KeychainPrivateKey.getInstance(KeychainKey keychainKey)
Creates and returns a
KeyChainPrivateKey using with an already initialized
Keychainkey. |
| Constructor and Description |
|---|
KeychainEcPrivateKey(KeychainKey keychainkey)
The constructor for this EC Keychain Key
|
KeychainPrivateKey(KeychainKey key)
The constructor for a KeychainPrivateKey.
|
KeychainRsaPrivateKey(KeychainKey keychainkey)
Constructor to the keychainRsa Private key.
|
| Modifier and Type | Method and Description |
|---|---|
static KeychainKey |
KeychainKey.getInstance(X509Certificate cert)
Creates and returns a
KeychainKey object associated with a
public/private key pair that already exists in the Keychain
FIPS 140-2:
FIPS Service: Query Object
This API is part of the logical interface to the Toolkit's FIPS 140-2
cryptographic module; use of this API causes the caller to assume the
FIPS 140-2 user role and accesses the following FIPS 140-2 logical
interfaces:
control input interface (API call, parameters)
status output interface (exceptions)
|
static KeychainKey |
JniKeychain.getPrivateKeyChainKey(X509Certificate certificate)
Return the a new KeychainKey that wraps the handled to the private key stored
in the Keychain.
|
static KeychainKey |
KeychainKey.importPrivateKeyAndCert(java.security.PrivateKey key,
java.lang.String keychainLabel,
X509Certificate cert,
java.lang.String certLabel,
boolean exportable,
java.lang.String keychainContainerName,
SecureStringBuffer password)
Import the private key and Certificate into the Keychain.
|