Edit Product Dialog - Integrity Check Page
The Product's Integrity Check Page allows the user to specify various Integrity Check configuration parameters which will be used by Control Center to generate appropriate integration code snippets and Integrity Build Configurations.
Here is the description of the configuration parameters:
- "Algorithm': specifies Digest algorithm to be used. The developer has the ability to employ SHA-1, MD5 and CRC32 digest algorithms.
- "Runtime Configurations - Type":
- "Source" - deprecated configuration (pre v3.) where entries and digest are part of the source file.
- "Resource" - entries and digest are placed in a resource which can be loaded and used at runtime.
- "File" - entries and digest are placed in a file which can be loaded and used at runtime.
- "Build Configurations" - provides the ability to maintain multiple Integrity digest build configurations via
the "Edit Digest Build Configuration" dialog.
"Edit Digest Build Configuration" Dialog
This dialog allows for specifying the following build configuration options:
- "ID" - unique build configuration identifier.
- "Name" - Descriptive name for build configuration
- "Default" - whether this configuration would be a default configuration
- "Target" - either file or archive where digest data will reside.
- Obfuscation type and location of generated by obfuscator change log file.
- Mapping of Integrity entries for example to allow building Integrity for classes (development) or for archives (deployment).