org.jasypt.encryption
public interface StringEncryptor
Common interface for all Encryptors which receive a String message and return a String result.
String encrypt(String message)
message
- the message to be encryptedString decrypt(String encryptedMessage)
encryptedMessage
- the encrypted message to be decryptedCopyright © 2014 The JASYPT team. All Rights Reserved.