| 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 |
|---|---|
java.util.Collection<KeychainCertificateAndKeyInfo> |
KeychainIdentity.getCertificateAndKeyInfo()
Returns an unmodifiable collection of
KeyChainCertificateAndKeyInfos |
| Modifier and Type | Method and Description |
|---|---|
KeychainIdentity |
KeychainIdentities.findMatchingIdentity(KeychainCertificateAndKeyInfo kcaki,
IdentityFilter filter)
Finds the identity to which the given KeychainCertificateAndKeyInfo matches by
calling the
KeychainIdentityFilter#matchIdentity(KeychainIdentity, KeychainCertificateAndKeyInfo)
method. |
| Constructor and Description |
|---|
KeychainIdentity(KeychainCertificateAndKeyInfo certAndKeyInfo)
The KeychainIdentity Constructor which builds a Keychain Identity from
a KeychainCertificateAndKeyInfo object
|