|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.EncrypterMD5
This class is used to encrypt the password as per MD5 algorithm.
| Constructor Summary | |
EncrypterMD5()
|
|
| Method Summary | |
java.lang.String |
encryptPassword(java.lang.String passwd,
java.lang.String salty)
Encrypts the password using MD5 message digest algorithm. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public EncrypterMD5()
| Method Detail |
public java.lang.String encryptPassword(java.lang.String passwd,
java.lang.String salty)
passwd - - the Password in String formatsalty - - pass null for the first time.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||