Class EncryptionServiceImpl
java.lang.Object
org.craftercms.studio.impl.v2.service.security.EncryptionServiceImpl
- All Implemented Interfaces:
EncryptionService
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEncrypt textvoidsetEncryptionServiceInternal(EncryptionServiceInternal encryptionServiceInternal)
-
Field Details
-
encryptionServiceInternal
-
-
Constructor Details
-
EncryptionServiceImpl
public EncryptionServiceImpl()
-
-
Method Details
-
encrypt
Description copied from interface:EncryptionServiceEncrypt text- Specified by:
encryptin interfaceEncryptionService- Parameters:
siteId- site identifiertext- text to encrypt- Returns:
- encrypted text
- Throws:
ServiceLayerException- general service error
-
setEncryptionServiceInternal
-