Interface IDBStringEncryptor

  • All Known Implementing Classes:
    DBStringEncryptor

    public interface IDBStringEncryptor
    • Method Detail

      • decrypt

        String decrypt​(String value)
                throws org.jasypt.exceptions.EncryptionOperationNotPossibleException,
                       org.jasypt.exceptions.EncryptionInitializationException
        Throws:
        org.jasypt.exceptions.EncryptionOperationNotPossibleException
        org.jasypt.exceptions.EncryptionInitializationException
      • encrypt

        String encrypt​(String value)
                throws org.jasypt.exceptions.EncryptionOperationNotPossibleException,
                       org.jasypt.exceptions.EncryptionInitializationException
        Throws:
        org.jasypt.exceptions.EncryptionOperationNotPossibleException
        org.jasypt.exceptions.EncryptionInitializationException
      • isMigrate

        boolean isMigrate()