| 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
IdentityFilter.matchIdentity(Identity, CertificateAndKeyInfo)
method. |