|
||||||||||
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 class CryptoService
Method Summary | |
---|---|
static java.lang.String |
encrypt(java.lang.String strDataToEncrypt,
java.lang.String strAlgorithm)
Encrypt a data using an algorithm defined in lutece.properties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String encrypt(java.lang.String strDataToEncrypt, java.lang.String strAlgorithm)
strDataToEncrypt
- The data to encryptstrAlgorithm
- the algorithm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |