| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static KeychainIdentity |
KeychainIdentities.findIdentity(KeychainCertFilter filter)
This method returns the first KeychainIdentity found after searching for identities
with the specific filter.
|
KeychainIdentity |
KeychainIdentities.findMatchingIdentity(ContainerName containerName)
Finds the identity to which the given key container name belongs.
|
KeychainIdentity |
KeychainIdentities.findMatchingIdentity(KeychainCertificateAndKeyInfo kcaki,
IdentityFilter filter)
Finds the identity to which the given KeychainCertificateAndKeyInfo matches by
calling the
KeychainIdentityFilter#matchIdentity(KeychainIdentity, KeychainCertificateAndKeyInfo)
method. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<KeychainIdentity> |
KeychainIdentities.iterator()
Returns an
Iterator that can be used to iterate through all
identities stored in this set. |
| Constructor and Description |
|---|
KeychainCredentialReader(KeychainIdentity identity)
Create a
KeychainCredentialReader that reads certificates
and keys for the given KeychainIdentity. |