Interface IDBBinaryEncryptor

  • All Known Implementing Classes:
    DBBinaryEncryptor

    public interface IDBBinaryEncryptor
    • Method Detail

      • 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
      • isMigrate

        boolean isMigrate()