| 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 |
|---|---|
protected GenericIdentity |
GenericIdentities.findFirstMatchingIdentity(GenericCertificateAndKeyInfo caki,
TokenIdentityFilter filter)
Finds the first identity to which the given GenericCertificateAndKeyInfo
matches by calling the
TokenIdentityFilter.matchIdentity(Identity, CertificateAndKeyInfo)
method. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<GenericIdentity> |
GenericIdentities.iterator()
Returns an
Iterator that can be used to iterate through all
identities stored in this list. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericIdentityFilter.acceptIdentity(GenericIdentity identity)
This method is used to determine if a identity is acceptable based on
criteria that is defined by this method.
|
static java.util.List<GenericCertificateAndKeyInfo> |
GenericIdentities.getCertificateAndKeyInfos(GenericIdentity identity,
GenericCertificateFilter filter)
This is a convenience method to filter an identity for certificates of
interest.
|