| 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 | Class and Description |
|---|---|
class |
KeychainIdentityCertFilter
A KeychainIdentityCertFilter is a
KeychainCertFilter that is used
to find a specific identity in the Keychain based on certificate criteria. |
class |
KeychainSearchFilter
The KeychainSearchFilter object is a
KeychainCertFilter that allows multiple
KeychainCertFilter objects to be combined together to form a filter. |
class |
KeychainUnverifiedCertFilter
The UnverifiedCertFilter may be used for allowing unverified identities to be
found when searching for Keychain identities.
|
| Modifier and Type | Method and Description |
|---|---|
static KeychainIdentities |
KeychainIdentities.findIdentities(KeychainCertFilter filter)
Searches the Keychain for certificates that can be used to log in to a
User object. |
static KeychainIdentities |
KeychainIdentities.findIdentities(KeychainCertFilter filter,
IdentityFilter idfilter)
Searches the Keychain for certificates that can be used to log in to
a
User object. |
static KeychainIdentity |
KeychainIdentities.findIdentity(KeychainCertFilter filter)
This method returns the first KeychainIdentity found after searching for identities
with the specific filter.
|
| Constructor and Description |
|---|
KeychainSearchFilter(KeychainCertFilter[] certFilters)
Take an array of
KeychainCertFilter which are used
to determine whether the certificate is acceptable. |
| Constructor and Description |
|---|
KeychainSearchFilter(java.util.List<KeychainCertFilter> certFilters)
Takes a List of KeychainCertFilter objects that are used
to determine whether the certificate is acceptable.
|