Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: Samples and Examples
  4. Part 3: Tools and Utilities
  5. Part 4: SDK Resources

Data Encryption Utilities

Data Encryption Utilities

You can use the data encryption utilities available in the
Resource Kit
to configure data encryption for the
MDM Hub
.
The following data encryption samples and utilities are included in the
Resource Kit
:
Data Encryption Library Files
The data encryption library files are required by the
MDM Hub
to be bundled in the data encryption JAR file.
DataEncryptor interface
The DataEncryptor interface defines the
encrypt
and
decrypt
methods that you need to implement for data encryption in the
MDM Hub
.
Sample Data Encryption Properties File
The sample data encryption properties file includes parameters that the data encryption implementation requires. The name of the properties file is
dataencryption.properties
. You can customize the sample properties file to specify the options for the data encryption implementation.
Sample DataEncryption Interface Implementation
The sample DataEncryption interface implementation uses the InformaticaDataEncryptor class to implement the DataEncryptor interface. Refer to the sample implementation to create a custom encryption algorithm. The mainClass property in the data encryption properties file must refer to the class name that you use in the interface implementation.
Ant Build File
The Ant build file,
build.xml
, creates the data encryption JAR file.

0 COMMENTS

We’d like to hear from you!