| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| 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 |
|---|---|
static CertStore |
CertStore.openStore(CertStoreProvType storeProviderType,
int encodingType,
CryptProvider cryptProvider,
int flags,
java.lang.String parameter)
Opens a certificate store and returns a handle to the newly opened store.
|
static CertStore |
CertStore.openSystemStore(CryptProvider cryptProvider,
java.lang.String storeName)
Opens a system certificate store and returns a handle to the newly
opened store.
|
| Modifier and Type | Method and Description |
|---|---|
CertChainContext |
CertContext.getCertificateChain(java.util.Date dateTime,
CertStore additionalStore,
int flags)
Calls to CAPI to obtain a certificate chain from the
certificate represented by this object to a trusted root.
|
| Modifier and Type | Method and Description |
|---|---|
static CertStore |
CapiIdentities.getIdentityCertStore(java.lang.String storeName)
This method is used to get the CertStore that is used when
retrieving identities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CapiCertFilter.acceptCertificate(CertContext certificate,
CertStore certStore)
This method is used to determine if a CertContext is acceptable based on
criteria that is defined by this method.
|
boolean |
CapiSearchFilter.acceptCertificate(CertContext certificate,
CertStore certStore)
This method simply iterates through the list of supplied
CapiCertFilter and calls the acceptCertificate() on each.
|
boolean |
CertIdentityCertFilter.acceptCertificate(CertContext certificate,
CertStore certStore)
This method checks whether the certificate should be accepted depending
on whether it has the same subject name or CapiContainerName
|
boolean |
UnverifiedCertFilter.acceptCertificate(CertContext certificate,
CertStore certstore)
This method checks if the certificate is acceptable, and returns true if
acceptable, false if not acceptable.
|