| 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 |
|---|---|
static CapiIdentity |
CapiIdentities.findIdentity(CapiCertFilter filter)
This method returns the first CapiIdentity found after searching for identities
with the specific filter.
|
CapiIdentity |
CapiIdentities.findMatchingIdentity(CapiCertificateAndKeyInfo ccaki,
CapiIdentityFilter filter)
Finds the identity to which the given CapiCertificateAndKeyInfo matches by
calling the
CapiIdentityFilter.matchIdentity(CapiIdentity, CapiCertificateAndKeyInfo)
method. |
CapiIdentity |
CapiIdentities.findMatchingIdentity(CapiContainerName containerName)
Finds the identity to which the given key container name belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CapiIdentity> |
CapiIdentities.iterator()
Returns an
Iterator that can be used to iterate through all
identities stored in this set. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CapiCredentialWriter.eraseIdentity(CapiIdentity identityToErase)
Remove all certificates and keys associated with the given identity
from CAPI.
|
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.
|
| Constructor and Description |
|---|
CapiCredentialReader(CapiIdentity identity)
Create a
CapiCredentialReader that reads certificates
and keys for the given CapiIdentity. |