| Package | Description |
|---|---|
| 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 |
|---|---|
EntrustFiles |
CombinedUpdateRegReq.getFiles()
Returns the
files component. |
EntrustFiles |
RoamingUser.getRequestedFiles()
Returns an
EntrustFiles object from Roaming Server
during the login operation. |
EntrustFiles |
RoamingFileRetriever.retrieveFiles(SecureStringBuffer password)
Retrieve and decrypt roaming files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedUpdateRegReq.setFiles(EntrustFiles files)
Sets the
files component. |
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.
|