| 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 |
GenericIdentities
GenericIdentities is a utility class used by
InternalGenericTokenReader. |
| Modifier and Type | Method and Description |
|---|---|
TokenIdentityFilter |
GenericTokenReader.IdentityInfo.getTokenIdentityFilter()
Retrieve the current TokenIdentityFilter
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Identity> |
GenericIdentities.findAcceptableIdentities(JNIPKCS11 jnip11,
long sessionId,
GenericIdentityFilter identityFilter,
TokenIdentityFilter tokenIdentityFilter)
This method is a starting point for finding all identities on a PKCS#11
device.
|
protected GenericIdentity |
GenericIdentities.findFirstMatchingIdentity(GenericCertificateAndKeyInfo caki,
TokenIdentityFilter filter)
Finds the first identity to which the given GenericCertificateAndKeyInfo
matches by calling the
matchIdentity(Identity, CertificateAndKeyInfo)
method. |
void |
GenericTokenReader.IdentityInfo.setTokenIdentityFilter(TokenIdentityFilter tokenIdentityFilter)
Allows you to override the default
InternalGenericTokenReader.DefaultTokenIdentityFilter which
determines how an identity is defined. |