| 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 | Interface and Description |
|---|---|
interface |
CapiIdentityFilter
A CapiIdentityFilter is used by
CapiIdentities to determine if a
certificate belongs to the same identity as another existing identity. |
| Modifier and Type | Class and Description |
|---|---|
class |
CapiIdentities
This class stores a set of
CapiIdentity objects, and can be used
to find digital identities in CAPI. |
class |
KeychainIdentities |
| Modifier and Type | Method and Description |
|---|---|
static KeychainIdentities |
KeychainIdentities.findIdentities(KeychainCertFilter filter,
IdentityFilter idfilter)
Searches the Keychain for certificates that can be used to log in to
a
User object. |
KeychainIdentity |
KeychainIdentities.findMatchingIdentity(KeychainCertificateAndKeyInfo kcaki,
IdentityFilter filter)
Finds the identity to which the given KeychainCertificateAndKeyInfo matches by
calling the
KeychainIdentityFilter#matchIdentity(KeychainIdentity, KeychainCertificateAndKeyInfo)
method. |