| 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 |
|---|---|
GenericIdentityFilter |
GenericTokenReader.IdentityInfo.getGenericIdentityFilter()
Retrieve the current GenericIdentityFilter
|
| 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.
|
void |
GenericTokenReader.IdentityInfo.setGenericIdentityFilter(GenericIdentityFilter genericIdentityFilter)
Allows you to override
InternalGenericTokenReader.DefaultIdentityFilter which determines how
an identity is selected on the token. |