|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.util.CryptoService
public final class CryptoService
The Class CryptoService.
Method Summary | |
---|---|
static String |
encrypt(String strDataToEncrypt,
String strAlgorithm)
Encrypt a data using an algorithm defined in lutece.properties |
static String |
getCryptoKey()
Get the cryptographic key of the application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String encrypt(String strDataToEncrypt, String strAlgorithm)
strDataToEncrypt
- The data to encryptstrAlgorithm
- the algorithm
public static String getCryptoKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |