XTeaEncryptionFileAdapter is an encryption IoAdapter plugin for db4o file IO
that realized XTEA encryption algorithm.
For a list of all members of this type, see XTeaEncryptionFileAdapter Members.
System.Object
com.db4o.io.IoAdapter
com.db4o.io.crypt.XTeaEncryptionFileAdapter
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
XTeaEncryptionFileAdapter is an encryption IoAdapter plugin for db4o file IO
that realized XTEA encryption algorithm.
Configure db4o to add this encryption mechanism:
Db4o.configure().io(new XTeaEncryptionFileAdapter("password"));
Namespace: com.db4o.io.crypt
Assembly: db4o (in db4o.dll)
XTeaEncryptionFileAdapter Members | com.db4o.io.crypt Namespace