|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfedora.server.utilities.MD5Utility
Title: ND5Utility.java
Description: Static methods for creating evenly-distributed hashes.
| Constructor Summary | |
MD5Utility()
|
|
| Method Summary | |
static java.lang.String |
getBase16Hash(java.lang.String in)
Get hash of the given String in hex. |
static void |
main(java.lang.String[] args)
Command-line test that returns the hash of the argument, in hex. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MD5Utility()
| Method Detail |
public static java.lang.String getBase16Hash(java.lang.String in)
public static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||