Class DBStringEncryptor

java.lang.Object
de.xima.fc.encryption.db.AbstractEncryptor
de.xima.fc.encryption.db.DBStringEncryptor
All Implemented Interfaces:
IDBStringEncryptor

@Deprecated public class DBStringEncryptor extends AbstractEncryptor implements IDBStringEncryptor
Deprecated.
  • Field Details

    • isActive

      protected final boolean isActive
      Deprecated.
    • encryptor

      protected org.jasypt.encryption.pbe.PooledPBEStringEncryptor encryptor
      Deprecated.
    • oldEncryptor

      protected org.jasypt.encryption.pbe.PooledPBEStringEncryptor oldEncryptor
      Deprecated.
  • Constructor Details

  • Method Details

    • decrypt

      public String decrypt(String value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
      Deprecated.
      Specified by:
      decrypt in interface IDBStringEncryptor
      Throws:
      org.jasypt.exceptions.EncryptionOperationNotPossibleException
      org.jasypt.exceptions.EncryptionInitializationException
    • encrypt

      public String encrypt(String value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
      Deprecated.
      Specified by:
      encrypt in interface IDBStringEncryptor
      Throws:
      org.jasypt.exceptions.EncryptionOperationNotPossibleException
      org.jasypt.exceptions.EncryptionInitializationException
    • migrate

      public void migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)
      Deprecated.
      Specified by:
      migrate in interface IDBStringEncryptor