|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.client.util.Encryptor
public class Encryptor
Get the hash code of the string with the algorithm SHA-1. It's used to encode the user password stored in the local database. It's also used to generate the hashcode for the user's mailbox.
| Constructor Summary | |
|---|---|
Encryptor()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
SHA1(java.lang.String str)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Encryptor()
| Method Detail |
|---|
public static java.lang.String SHA1(java.lang.String str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||