Class Overview
A utility class for computing MD5 hashes.
Summary
Public Methods |
static
String
|
md5(String s)
Return a hash according to the MD5 algorithm of the given String.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Methods
Return a hash according to the MD5 algorithm of the given String.
Parameters
s
| The String whose hash is required |
Returns
- The MD5 hash of the given String