public interface TextEncryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encrypted)
Decrypts the specified encrypted text.
|
String |
encrypt(String clear)
Encrypts the specified clear text.
|
String encrypt(String clear) throws CryptoException
clear - the clear text to encryptCryptoExceptionString decrypt(String encrypted) throws CryptoException
encrypted - the encrypted text to decryptCryptoExceptionCopyright © 2018 CrafterCMS. All rights reserved.