| 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<CapiCertificateAndKeyInfo> |
CapiIdentity.getCertificateAndKeyInfo()
Returns an unmodifiable collection of
CapiCertificateAndKeyInfos |
| Modifier and Type | Method and Description |
|---|---|
CapiIdentity |
CapiIdentities.findMatchingIdentity(CapiCertificateAndKeyInfo ccaki,
CapiIdentityFilter filter)
Finds the identity to which the given CapiCertificateAndKeyInfo matches by
calling the
CapiIdentityFilter.matchIdentity(CapiIdentity, CapiCertificateAndKeyInfo)
method. |
boolean |
CapiIdentities.matchIdentity(CapiIdentity identity,
CapiCertificateAndKeyInfo ccaki)
Check if the passed in CapiCerticateAndKeyInfo belongs to the specified CapiIdentity.
|
boolean |
CapiIdentityFilter.matchIdentity(CapiIdentity identity,
CapiCertificateAndKeyInfo ccaki)
This API allows an end-user application to define the matching rules for defining an identity.
|