EncryptionControl interface

Provides encryption control for the database.

Syntax
public EncryptionControl
Remarks

This interface is used to implement your own encryption or obfuscation techniques. To encrypt a database, create a new class that implements EncryptionControl, supply the class with your own encryption methods, and use the setEncryption method from the ConfigPersistent interface to initiate a new instance of your EncryptionControl class.

See also
Members

All members of EncryptionControl, including all inherited members.


decrypt method
encrypt method
initialize method