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