| 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 |
CapiIdentity
This class stores information about a user identity in CAPI.
|
class |
GenericIdentity
GenericIdentity is a utility class used by
GenericIdentities. |
class |
KeychainIdentity |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericIdentities.matchIdentity(Identity identity,
CertificateAndKeyInfo ccaki)
Check if the passed in GenericCertificateAndKeyInfo belongs to the specified
GenericIdentity.
|
boolean |
TokenIdentityFilter.matchIdentity(Identity identity,
CertificateAndKeyInfo ccaki)
This method is used to determine if a identity and certificate are
representing the same entity
|
boolean |
CapiIdentities.matchIdentity(Identity identity,
CertificateAndKeyInfo ccaki)
Check if the passed in CapiCerticateAndKeyInfo belongs to the specified CapiIdentity.
|
boolean |
IdentityFilter.matchIdentity(Identity identity,
CertificateAndKeyInfo ccaki)
This API allows an end-user application to define the matching rules for defining an identity.
|
boolean |
KeychainIdentities.matchIdentity(Identity identity,
CertificateAndKeyInfo caki)
Check if the passed in KeychainCerticateAndKeyInfo belongs to the specified KeychainIdentity.
|