java.lang.Object | |
↳ | greendroid.util.Md5Util |
A utility class for computing MD5 hashes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a hash according to the MD5 algorithm of the given String.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Return a hash according to the MD5 algorithm of the given String.
s | The String whose hash is required |
---|