| 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 |
CapiCertificateAndKeyInfo
Stores information about certificate and private key pairs stored in CAPI
that would be acceptable for User login.
|
class |
GenericCertificateAndKeyInfo
GenericCertificateAndKeyInfo is a utility class used by
GenericIdentity. |
class |
KeychainCertificateAndKeyInfo |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<? extends CertificateAndKeyInfo> |
Identity.getCertificateAndKeyInfo()
Returns an unmodifiable collection of
CapiCertificateAndKeyInfos |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CapiIdentity.addCertificateAndKeyInfo(CertificateAndKeyInfo certAndKeyInfo)
Adds the given certificate and key information to the current identity.
|
protected void |
KeychainIdentity.addCertificateAndKeyInfo(CertificateAndKeyInfo certAndKeyInfo) |
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.
|