Interface IDBBinaryEncryptor
- All Known Implementing Classes:
DBBinaryEncryptor
Deprecated.
-
Method Summary
-
Method Details
-
encrypt
byte[] encrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException Deprecated.- Throws:
org.jasypt.exceptions.EncryptionOperationNotPossibleExceptionorg.jasypt.exceptions.EncryptionInitializationException
-
decrypt
byte[] decrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException Deprecated.- Throws:
org.jasypt.exceptions.EncryptionOperationNotPossibleExceptionorg.jasypt.exceptions.EncryptionInitializationException
-
migrate
Deprecated. -
isMigrate
boolean isMigrate()Deprecated.
-