org.openmobileis.database.fastobjectdb.db.crypto
Interface FODBCypher

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AcmeBlowfishCypher

public interface FODBCypher
extends java.io.Serializable

Base interface to add database data encryption.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Field Summary
static long serialVersionUID
           
 
Method Summary
 byte[] decryptObject(byte[] object)
           
 byte[] encryptObject(byte[] object)
           
 void setKey(byte[] key)
           
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

encryptObject

public byte[] encryptObject(byte[] object)
                     throws java.io.IOException
Throws:
java.io.IOException

decryptObject

public byte[] decryptObject(byte[] object)
                     throws java.io.IOException
Throws:
java.io.IOException

setKey

public void setKey(byte[] key)


Copyright 2005 e-Care. All Rights Reserved.