Provides utility classes and interfaces.
Classes
Class | Description | |||||
---|---|---|---|---|---|---|
![]() |
Configuration | Represents a singleton instance of the client's configuration parameters. These parameters are used to control the behavior for various features. In the absence of any setting for a specific parameter, via configuration or programmatic action, an appropriate default value is used. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated. | ||||
![]() |
ConfigurationParameters | Represents a group of parameters that define the behavior of the client API. This class is a map of keys to values. Instances are initially empty; they are not pre-populated with default values. |
||||
![]() |
Encryption | Used to encrypt sensitive properties, such as passwords, that are sent to the Content Engine server. The encryption is done using the public key retrieved from the object associated with the object containing the sensitive property. Once the property is received on the server, it is decrypted with the domain's private key, then encrypted with the Content Engine master key prior to being persisted. Thus, this mechanism is intended to encrypt values only during transmission to the server, where they are immediately decrypted. Static methods are available for encrypting
|
||||
![]() |
FileNetConfigHandler | Provides for the creation of FileNet configuration objects. | ||||
![]() |
Id | An immutable class that represents GUID values. This class can be constructed from either a or a array. |
||||
![]() |
UserContext | Required for setting the security token that will be used for all connections in the current thread or process. A call to either As noted above,
|
||||
![]() |
Win32 |
Structures
Structure | Description | |
---|---|---|
![]() |
CERT_PUBLIC_KEY_INFO | |
![]() |
PUB_KEY_BLOB_HEADERS |