| 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 |
CapiSearchFilter
The CapiSearchFilter object is a
CapiCertFilter that allows multiple
CapiCertFilter objects to be combined together to form a filter. |
class |
CertIdentityCertFilter
A CertIdentityCertFilter is a
CapiCertFilter that is used
to find a specific identity in CAPI based on certificate criteria. |
class |
UnverifiedCertFilter
The UnverifiedCertFilter may be used for allowing unverified identities to be
found when searching for CAPI identities.
|
| Modifier and Type | Method and Description |
|---|---|
static CapiIdentities |
CapiIdentities.findIdentities(CapiCertFilter filter)
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. |
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. |
static CapiIdentity |
CapiIdentities.findIdentity(CapiCertFilter filter)
This method returns the first CapiIdentity found after searching for identities
with the specific filter.
|
| Constructor and Description |
|---|
CapiSearchFilter(CapiCertFilter[] certFilters)
Take an array of
CapiCertFilter which are used
to determine whether the certificate is acceptable. |
| Constructor and Description |
|---|
CapiSearchFilter(java.util.List<CapiCertFilter> certFilters)
Takes a List of CapiCertFilter objects that are used
to determine whether the certificate is acceptable.
|