Interface IDBBinaryEncryptor

All Known Implementing Classes:
DBBinaryEncryptor

@Deprecated public interface IDBBinaryEncryptor
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] value)
    Deprecated.
     
    byte[]
    encrypt(byte[] value)
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)
    Deprecated.
     
  • Method Details

    • encrypt

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

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

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

      boolean isMigrate()
      Deprecated.