Class DBBinaryEncryptor
java.lang.Object
de.xima.fc.encryption.db.AbstractEncryptor
de.xima.fc.encryption.db.DBBinaryEncryptor
- All Implemented Interfaces:
IDBBinaryEncryptor
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.jasypt.encryption.pbe.PooledPBEByteEncryptorDeprecated.protected final booleanDeprecated.protected org.jasypt.encryption.pbe.PooledPBEByteEncryptorDeprecated.Fields inherited from class AbstractEncryptor
migrate, provider -
Constructor Summary
ConstructorsConstructorDescriptionDBBinaryEncryptor(Provider provider, EDBEncryptionAlgorithm algorithm, String password, boolean isActive) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decrypt(byte[] value) Deprecated.byte[]encrypt(byte[] value) Deprecated.voidmigrate(EDBEncryptionAlgorithm algorithm, String password, boolean active) Deprecated.Methods inherited from class AbstractEncryptor
isMigrateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IDBBinaryEncryptor
isMigrate
-
Field Details
-
isActive
protected final boolean isActiveDeprecated. -
encryptor
protected org.jasypt.encryption.pbe.PooledPBEByteEncryptor encryptorDeprecated. -
oldEncryptor
protected org.jasypt.encryption.pbe.PooledPBEByteEncryptor oldEncryptorDeprecated.
-
-
Constructor Details
-
DBBinaryEncryptor
public DBBinaryEncryptor(Provider provider, EDBEncryptionAlgorithm algorithm, String password, boolean isActive) Deprecated.
-
-
Method Details
-
encrypt
public byte[] encrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException Deprecated.- Specified by:
encryptin interfaceIDBBinaryEncryptor- Throws:
org.jasypt.exceptions.EncryptionOperationNotPossibleExceptionorg.jasypt.exceptions.EncryptionInitializationException
-
decrypt
public byte[] decrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException Deprecated.- Specified by:
decryptin interfaceIDBBinaryEncryptor- Throws:
org.jasypt.exceptions.EncryptionOperationNotPossibleExceptionorg.jasypt.exceptions.EncryptionInitializationException
-
migrate
Deprecated.- Specified by:
migratein interfaceIDBBinaryEncryptor
-