|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.realtor.rets.util.MD5Util
Constructor Summary | |
MD5Util()
Creates new MD5Util |
Method Summary | |
private static java.lang.String |
convertToHex(byte[] source)
Returns the HEX representation of a byte array |
static java.lang.String |
getDigestAsHexString(byte[] source)
returns MD5 HEX value for a given a byte array |
static java.lang.String |
getDigestAsHexString(java.lang.String source)
returns MD5 HEX value for a given string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MD5Util()
Method Detail |
public static java.lang.String getDigestAsHexString(java.lang.String source)
source
- string to convertpublic static java.lang.String getDigestAsHexString(byte[] source)
source
- byte array to convertprivate static java.lang.String convertToHex(byte[] source)
source
- byte array to convert to HEX
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |