|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Encryptor
Used for Java side encryption of properties when DB encryption is not used.
By default this is used on non-varchar types such as Blobs.
Method Summary | |
---|---|
byte[] |
decrypt(byte[] data,
EncryptKey key)
Decrypt the data using the key. |
String |
decryptString(byte[] data,
EncryptKey key)
Decrypt the data returning a formatted string value using a key. |
byte[] |
encrypt(byte[] data,
EncryptKey key)
Encrypt the data using the key. |
byte[] |
encryptString(String formattedValue,
EncryptKey key)
Encrypt the formatted string value using a key. |
Method Detail |
---|
byte[] encrypt(byte[] data, EncryptKey key)
byte[] decrypt(byte[] data, EncryptKey key)
byte[] encryptString(String formattedValue, EncryptKey key)
String decryptString(byte[] data, EncryptKey key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |