Interface EncryptionService
- All Known Implementing Classes:
EncryptionServiceImpl
public interface EncryptionService
- Author:
- joseross
-
Method Summary
-
Method Details
-
encrypt
Encrypt text- Parameters:
siteId
- site identifiertext
- text to encrypt- Returns:
- encrypted text
- Throws:
ServiceLayerException
- general service error
-