| 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.util |
Contains various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilenameProfileWriter.setCredentialAccess(FilePermissions.FILE_ACCESS access)
Set the file permissions for new Entrust profile format (EPF) files.
|
boolean |
FilenameProfileWriter.setCredentialAccess(FilePermissions.FILE_ACCESS access,
boolean writable)
Similar to the
setCredentialAccess(FILE_ACCESS access) method,
this method sets the file permissions on new Entrust EPF files, but also
allows write access to be provided to (operating system) userids other than the owner. |
| Modifier and Type | Method and Description |
|---|---|
static FilePermissions.FILE_ACCESS |
FilePermissions.FILE_ACCESS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilePermissions.FILE_ACCESS[] |
FilePermissions.FILE_ACCESS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilePermissions.setAccessLevel(FilePermissions.FILE_ACCESS access)
Specify the level of access (and override the default).
|
boolean |
FilePermissions.setAccessLevel(FilePermissions.FILE_ACCESS access,
boolean writable)
Specify the level of access (and override the default).
|
static boolean |
FilePermissions.setFilePermissions(java.io.File file,
FilePermissions.FILE_ACCESS fileAccess,
boolean overrideFilePermissionsSystemDefaultProperty,
boolean writable)
Set the permissions on a file by specifying the required access level.
|