| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| 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.
|
| com.entrust.toolkit.keystore |
Contains classes used for reading and writing certificates to a
KeyStore and for creating KeyStore initialization (
.ini) files. |
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| com.entrust.toolkit.x509.directory |
Contains LDAP Directory implementations and various supporting classes.
|
| com.entrust.toolkit.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| Modifier and Type | Method and Description |
|---|---|
IniFile |
User.getIniFile()
Returns the Entrust initialization file that was set in the
constructor of this class, if any.
|
IniFile |
User.getPolicyCertificate()
Gets the policy certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setPolicyCertificate(IniFile policyCertificateCache)
Sets the user's policy certificate from a cache (.pch) file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacUtil |
| Modifier and Type | Method and Description |
|---|---|
static LdapDirectory |
KSIniFileCreator.getDirectoryFromKeystore(IniFile iniFile)
Reads the Directory Information from the Keystore INI file.
|
static ManagerTransport |
KSIniFileCreator.getManagerFromKeystore(IniFile iniFile)
Reads the Manager Information from the Keystore INI file.
|
static SecureStringBuffer |
KSIniFileCreator.readPasswordFromKeystore(IniFile iniFile)
This is a convenience method that reads the Password bound to the
KeyStore INI file.
|
| Constructor and Description |
|---|
RoamingConfiguration(IniFile iniFile,
boolean smProxyEnabled)
Create a
RoamingConfiguration object. |
RoamingConfigurationWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file and sets the proxyFirst parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate[] |
IniCertReader.readPEMCerts(IniFile iniFile,
int size)
Read the certificates used for LDAPS from the specified Entrust.ini file.
|
| Constructor and Description |
|---|
ManagerTransportWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file and sets the proxy order.
|
SMProxyManagerTransport(IniFile entrustIniFile)
Creates a
SMProxyManagerTransport object using an entrust.ini file. |
| Constructor and Description |
|---|
JNDIWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes and entrust.ini file and the proxy order.
|
MultipleDirectories(IniFile entrustIniFile)
Creates an instance of
MultipleDirectories by
parsing the Directory information from the given entrust.ini file. |
MultipleDirectories(IniFile entrustIniFile,
java.security.cert.X509Certificate[] certs)
Creates an instance of
MultipleDirectories by
parsing the Directory information from the given entrust.ini file. |
SMProxyDirectory(IniFile entrustIniFile)
Construct the SMProxyDirectory using an entrust.ini file.
|
| Modifier and Type | Method and Description |
|---|---|
IniFile |
ClientSettings.getCertificates()
Returns the main policy certificate and the client settings certificate
in an
IniFile. |