Provides encryption control for the database.
public EncryptionControl
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.
All members of EncryptionControl, including all inherited members.
decrypt method
encrypt method
initialize method
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |