Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference

 

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