| 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.
|
| com.entrust.toolkit.roaming |
Contains Toolkit classes that support SSL and TLS communication with
Entrust Authority™ Roaming Server (formerly Entrust/Roaming Server).
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoamingCredentialReader.deregister()
Requests the Roaming Server remove all of the User's roaming files from
the Directory.
|
| Constructor and Description |
|---|
RoamingCredentialReader(java.lang.String roamingUserId,
java.lang.String iniFile)
Creates a
RoamingCredentialReader object. |
RoamingCredentialReader(java.lang.String roamingUserId,
java.lang.String iniFile,
boolean smProxyEnabled)
Creates a
RoamingCredentialReader object. |
RoamingCredentialWriter(java.lang.String roamingUserId,
java.lang.String iniFile)
Creates a
RoamingCredentialWriter object. |
RoamingCredentialWriter(java.lang.String roamingUserId,
java.lang.String iniFile,
boolean smProxyEnabled)
Creates a
RoamingCredentialWriter object. |
| Modifier and Type | Method and Description |
|---|---|
void |
RoamingUser.changePassword(SecureStringBuffer oldPassword,
SecureStringBuffer newPassword)
Deprecated.
As of 7.0, use
User.changePassword() with a
RoamingCredentialWriter object set to perform this task. |
void |
RoamingUser.create(java.lang.String userId,
SecureStringBuffer password,
CredentialCreator creator)
Deprecated.
As of 7.0, use a
CredentialCreator with a
RoamingCredentialWriter object to perform this task. |
void |
RoamingUser.deregister()
Deprecated.
as of 7.0, the method
RoamingCredentialReader.deregister() should
be used to perform this function. |
void |
RoamingFileUpdater.deregister(java.lang.String roamingUserId)
Requests the Roaming Server remove all of the User's roaming files from
the Directory.
|
byte[] |
RoamingFileUpdater.getServerVersion(java.lang.String roamingUserId)
Retrieves the latest version of Roaming supported by the Roaming Server.
|
byte[] |
RoamingUser.getServerVersion(java.lang.String userid)
Retrieves the latest version of Roaming supported by the
Roaming Server.
|
int |
RoamingUser.login(java.lang.String userid,
SecureStringBuffer password)
Deprecated.
as of 7.0,
RoamingCredentialReader and
RoamingCredentialWriter should be used with a User
object to perform this function. |
void |
RoamingUser.recover(java.lang.String userId,
SecureStringBuffer password,
CredentialRecoverer recoverer)
Deprecated.
As of 7.0, use a
CredentialRecoverer with a
RoamingCredentialWriter object to perform this task. |
void |
RoamingUser.register(java.lang.String profilePath,
java.lang.String roamingUserID,
SecureStringBuffer password)
Registers a user.
|
EntrustFiles |
RoamingFileRetriever.retrieveFiles(SecureStringBuffer password)
Retrieve and decrypt roaming files.
|
void |
RoamingConfiguration.setKeyType(java.lang.String keyType)
Sets the symmetric key type to use when communicating with the Roaming Server.
|
void |
RoamingConfigurationWithSMProxy.setKeyType(java.lang.String keyType) |
void |
RoamingConfiguration.setProfileServerDN(java.lang.String profileServerDN)
Set the distinguished name of the Roaming Server
|
void |
RoamingConfigurationWithSMProxy.setProfileServerDN(java.lang.String profileServerDN) |
void |
RoamingConfiguration.setRoamingIDField(java.lang.String roamingIDField)
Sets the Directory attribute used to store the Roaming User ID.
|
void |
RoamingConfigurationWithSMProxy.setRoamingIDField(java.lang.String roamingIDField) |
void |
RoamingFileUpdater.update(byte[] entrustProfile)
Update a roaming profile.
|
void |
RoamingFileUpdater.update(EntrustFiles filesToUpdate)
Updates all of the given files by sending an update request to
the Roaming Server.
|
void |
RoamingUser.update(EntrustFiles files)
Updates the user's files in the Directory, or places them
in the Directory if they do not already exist.
|
void |
RoamingUser.updateAnother(java.lang.String subjectDN,
EntrustFiles files)
Updates another User's files in the Directory, or places them
in the Directory if they do not already exist.
|
boolean |
RoamingUser.updateEncryptionKeys()
Deprecated.
As of 7.0, use a
RoamingCredentialReader and
RoamingCredentialWriter object with a User
object, and let the User perform key management automtically. |
boolean |
RoamingUser.updateSigningKeys()
Deprecated.
As of 7.0, use a
RoamingCredentialReader and
RoamingCredentialWriter object with a User
object, and let the User perform key management automtically. |
| Constructor and Description |
|---|
ChoiceOfUserInfo()
Creates a
ChoiceOfUserInfo object. |
RoamingConfiguration(IniFile iniFile,
boolean smProxyEnabled)
Create a
RoamingConfiguration object. |
RoamingConfiguration(java.lang.String iniFile)
Create a
RoamingConfiguration object. |
RoamingConfiguration(java.lang.String iniFile,
boolean smProxyEnabled)
Create a
RoamingConfiguration object. |
RoamingConfiguration(java.lang.String directory,
java.lang.String roamingServerIP,
java.lang.String roamSearchBase)
Create a
RoamingConfiguration object. |
RoamingConfigurationWithSMProxy(IniFile iniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file and sets the proxyFirst parameter.
|
RoamingConfigurationWithSMProxy(java.lang.String entrustIniFile,
ProxyOrder proxyOrder)
Constructor that takes an entrust.ini file path and sets the proxyFirst parameter.
|
RoamingFileUpdater(RoamingConfiguration configuration,
User user)
Creates a
RoamingFileUpdater object when a logged in
User object is available. |
RoamingUser(java.lang.String iniFileName)
Creates an instance of
RoamingUser |