Package org.jasypt.util.text
Interface TextEncryptor
- All Known Implementing Classes:
AES256TextEncryptor
,BasicTextEncryptor
,StrongTextEncryptor
public interface TextEncryptor
Common interface for all util classes aimed at text encryption
- Since:
- 1.2
- Author:
- Daniel Fernández
-
Method Summary
-
Method Details
-
encrypt
Encrypts a message.- Parameters:
message
- the message to be encrypted.
-
decrypt
Decrypts a message.- Parameters:
encryptedMessage
- the message to be decrypted.
-