#include <ittia/dbxx/dbxx_crypt.h>
To do encryption, implement a subclass of this type and provide an instance to StorageMode before opening or creating a database.
Public Member Functions | |
| virtual int | encrypt (long block, void *data, int size)=0 |
| virtual int | decrypt (long block, void *data, int size)=0 |