| 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 |
|---|---|
java.util.Collection<GenericCertificateAndKeyInfo> |
GenericIdentity.getCertificateAndKeyInfo()
Returns an unmodifiable collection of GenericCertificateAndKeyInfo
|
static java.util.List<GenericCertificateAndKeyInfo> |
GenericIdentities.getCertificateAndKeyInfos(GenericIdentity identity,
GenericCertificateFilter filter)
This is a convenience method to filter an identity for certificates of
interest.
|
| 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. |
| Constructor and Description |
|---|
GenericIdentity(GenericCertificateAndKeyInfo certAndKeyInfo)
The GenericIdentity constructor which builds a GenericIdentity from a
GenericCertificateAndKeyInfo object
|