| 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 |
|---|---|
CredentialReader |
User.getCredentialReader()
Gets the
CredentialReader. |
| Modifier and Type | Method and Description |
|---|---|
int |
User.login(CredentialReader credentialReader,
SecureStringBuffer password)
Logs in a user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CapiCmpCredentialReader
This is the abstract super class of credential readers that can be used for
creating/recovering Entrust Digital Identities in Microsoft CryptoAPI
(MSCAPI) using PKIX-CMP.
|
class |
CapiCredentialCreator
This credential reader is designed for creating an Entrust user's Digital
Identity in Microsoft CryptoAPI (MSCAPI) using Entrust format.
|
class |
CapiCredentialCreatorOrRecoverer
This credential reader is capable of creating or recovering an Entrust user's
Digital Identity in Microsoft CryptoAPI (MSCAPI) using Entrust format.
|
class |
CapiCredentialReader
A
CredentialReader for reading a Digital Identity from
CAPI. |
class |
CapiCredentialRecoverer
This credential reader is designed for recovering an Entrust user's Digital
Identity in Microsoft CryptoAPI (MSCAPI) using Entrust format.
|
class |
CMPCredentialReader
This is the abstract super class of credential readers that can be used for
creating/recovering Entrust Digital Identities using PKIX-CMP.
|
class |
CMPSoftwareCredentialReader
This is the abstract super class of credential readers that can be used for
creating/recovering Entrust Digital Identities in software using PKIX-CMP.
|
class |
CMPTokenCredentialReader
This is the abstract super class of credential readers that can be used for
creating/recovering Entrust Digital Identities using PKIX-CMP and PKCS#11
devices (tokens).
|
class |
CredentialCreator
This credential reader is designed for creating an Entrust user's Digital
Identity in software (not on a PKCS#11 device) using Entrust profile format
version 4.
|
class |
CredentialCreatorOrRecoverer
This credential reader is capable of creating or recovering an Entrust user's
Digital Identity in software (not on a PKCS#11 device) using Entrust profile
format version 4.
|
class |
CredentialRecoverer
This credential reader is designed for recovering an Entrust user's Digital
Identity in software (not on a PKCS#11 device) using Entrust profile format
version 4.
|
class |
FilenameProfileReader
This credential reader is designed for reading an Entrust Digital Identity
from an Entrust profile format (EPF) file.
|
class |
GenericTokenReader
This GenericTokenReader is designed for reading a X509Certificate and
TokenPrivateKey from a PKCS#11 device (token).
|
class |
KeychainCredentialReader
A
CredentialReader for reading a Digital Identity from a
Keychain. |
class |
PKCS12Reader
PKCS12Reader is a subclass of CredentialReader and
reads a Digital Identity that conforms to the syntax specified in PKCS#12. |
class |
RoamingCredentialReader
This credential reader is designed for reading a roaming Entrust Digital Identity
from an Entrust Authority Roaming Server.
|
class |
StreamProfileReader
This credential reader is designed for reading an Entrust Digital Identity
from an Entrust profile format (EPF) input stream.
|
class |
TokenCredentialCreator
This credential reader is designed for creating an Entrust user's Digital
Identity on a PKCS#11 device (token).
|
class |
TokenCredentialCreatorOrRecoverer
This credential reader is capable of creating or recovering an Entrust
user's Digital Identity on a PKCS#11 device (token).
|
class |
TokenCredentialRecoverer
This credential reader is designed for recovering an Entrust user's Digital
Identity on a PKCS#11 device (token).
|
class |
TokenReader
This credential reader is designed for reading an Entrust Digital Identity
from a PKCS#11 device (token).
|
class |
UALCredentialReader
UALCredentialReader is a subclass of CredentialReader
and reads an Entrust Digital Identity that has been bound to a computer using
the Toolkit's Server Login feature. |
| Constructor and Description |
|---|
UALCreator(CredentialReader credentialReader,
SecureStringBuffer password)
Instantiates a
UALCreator using a user's credential
reader. |
UALCredentialReader(CredentialReader credentials,
java.io.InputStream passwordCache)
Creates a
UALCredentialReader that lets you use the Server
Login feature with any other type of Digital Identity store. |
UALCredentialReader(CredentialReader credentials,
java.io.InputStream passwordCache,
java.lang.String updatedUalFileName)
Instantiates a
UALCredentialReader. |