|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.musicontroller.security.Encrypter
public class Encrypter
The Encrypter is used to encrypt passwords of Users.
Constructor Summary | |
---|---|
Encrypter()
|
Method Summary | |
---|---|
static java.lang.String |
encrypt(java.lang.String unencrypted)
Encryptd the incoming String using the SHA messsage digester. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Encrypter()
Method Detail |
---|
public static java.lang.String encrypt(java.lang.String unencrypted)
unencrypted
- The unencrypted string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |