db4o

XTeaEncryptionFileAdapter Class

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 class XTeaEncryptionFileAdapter : IoAdapter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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"));
            

Any changes must be taken with the same password.

Remember that any configuration settings must be set before opening ObjectContainer.

Requirements

Namespace: com.db4o.io.crypt

Assembly: db4o (in db4o.dll)

See Also

XTeaEncryptionFileAdapter Members | com.db4o.io.crypt Namespace