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 参考 » UltraLiteJ API 参考

 

EncryptionControl 接口

为数据库提供加密控制。

语法
public EncryptionControl
注释

此接口用于实现自已的加密或模糊处理方法。要加密数据库,应先创建一个用于实现 EncryptionControl 的新类,并为类提供您自己的加密方法,然后再使用 ConfigPersistent 接口中的 setEncryption 方法启动 EncryptionControl 类的一个新实例。

另请参见
成员

EncryptionControl 的所有成员,包括所有继承的成员。


decrypt 方法
encrypt 方法
initialize 方法