|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mongodb.util.Util
public class Util
Misc utility helpers. Not sure what else to call the class
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
hexMD5(byte[] data)
Produce hex representation of the MD5 digest of a byte array |
static java.lang.String |
hexMD5(java.nio.ByteBuffer buf,
int offset,
int len)
|
static java.lang.String |
toHex(byte[] b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static java.lang.String toHex(byte[] b)
public static java.lang.String hexMD5(byte[] data)
data - bytes to digest
public static java.lang.String hexMD5(java.nio.ByteBuffer buf,
int offset,
int len)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||