Inheritance diagram for org.openmobileis.database.fastobjectdb.db.crypto.AcmeBlowfishCypher:
Definition at line 44 of file AcmeBlowfishCypher.java.
Public Member Functions | |
AcmeBlowfishCypher () | |
AcmeBlowfishCypher (String key) | |
byte[] | encryptObject (byte[] object) throws IOException |
byte[] | decryptObject (byte[] object) throws IOException |
void | setKey (byte[] key) |
void | setKey (String key) |
Static Public Member Functions | |
static void | main (String[] args) |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |