| 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 |
CapiIdentities
This class stores a set of
CapiIdentity objects, and can be used
to find digital identities in CAPI. |
| Modifier and Type | Method and Description |
|---|---|
static CapiIdentities |
CapiIdentities.findIdentities(CapiCertFilter filter,
CapiIdentityFilter idfilter)
Searches the "MY" certificate store of the currently logged in Windows
user for certificates that can be used to log in to a
User
object. |
CapiIdentity |
CapiIdentities.findMatchingIdentity(CapiCertificateAndKeyInfo ccaki,
CapiIdentityFilter filter)
Finds the identity to which the given CapiCertificateAndKeyInfo matches by
calling the
IdentityFilter.matchIdentity(Identity, CertificateAndKeyInfo)
method. |