| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialWriter |
User.getCredentialWriter()
Gets the
CredentialWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setCredentialWriter(CredentialWriter credentialWriter)
Sets the
CredentialWriter that will be used to write this
user's credentials. |
| Modifier and Type | Class and Description |
|---|---|
class |
CapiCredentialWriter
A CredentialWriter to write certificates and private keys to
Microsoft CAPI.
|
class |
FilenameProfileWriter
This credential writer is designed for writing an Entrust Digital Identity
to an Entrust profile format (EPF) file.
|
class |
KeychainCredentialWriter |
class |
PKCS12Writer
A credential writer for writing a digital identity in the form of a PKCS#12
key file.
|
class |
RoamingCredentialWriter
This Credential Writer is designed for writing a roaming Entrust Digital Identity
to an Entrust Authority Roaming Server.
|
class |
StreamProfileWriter
This credential writer is designed for writing an Entrust Digital Identity
to an Entrust profile format (EPF) output stream.
|
class |
TokenInitializer
This credential writer is designed for writing an Entrust Digital Identity
that currently exists in software to a PKCS#11 device (token).
|
class |
TokenWriter
This credential writer is designed for writing an Entrust Digital Identity
to a PKCS#11 device (token).
|