Interface IDBBinaryEncryptor

All Known Implementing Classes:
DBBinaryEncryptor

public interface IDBBinaryEncryptor
  • Method Details

    • encrypt

      byte[] encrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
      Throws:
      org.jasypt.exceptions.EncryptionOperationNotPossibleException
      org.jasypt.exceptions.EncryptionInitializationException
    • decrypt

      byte[] decrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
      Throws:
      org.jasypt.exceptions.EncryptionOperationNotPossibleException
      org.jasypt.exceptions.EncryptionInitializationException
    • migrate

      void migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)
    • isMigrate

      boolean isMigrate()