| 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 |
|---|---|
GenericCertificateFilter |
GenericTokenReader.IdentityInfo.getGenericCertificateFilter()
Retrieve the current GenericCertificateFilter
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GenericCertificateAndKeyInfo> |
GenericIdentities.getCertificateAndKeyInfos(GenericIdentity identity,
GenericCertificateFilter filter)
This is a convenience method to filter an identity for certificates of
interest.
|
void |
GenericTokenReader.IdentityInfo.setGenericCertificateFilter(GenericCertificateFilter genericCertificateFilter)
Allows you to override
InternalGenericTokenReader.DefaultCertificateFilter which is applied
to the selected identity to filter its certificates. |