|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.piratech.dasding.data.helper.PasswordHelper
public class PasswordHelper
Helperclass to generate passwords
| Constructor Summary | |
|---|---|
PasswordHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getCryptedPassword(java.lang.String clearText,
java.lang.String salt)
Encrypts an password using the given salt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordHelper()
| Method Detail |
|---|
public static java.lang.String getCryptedPassword(java.lang.String clearText,
java.lang.String salt)
clearText - salt -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||