|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.utils.md5
A pure java implementation of the MD5 digest algorithm
Method Summary | |
static byte[] |
compute(byte[] data)
Compute the MD5 digest of a block of data. |
static byte[] |
compute(byte[] data,
int start,
int len)
Compute the MD5 digest of a block of data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static byte[] compute(byte[] data, int start, int len)
data
- The datastart
- The index at which to start digestinglen
- The number of bytes to digest
public static byte[] compute(byte[] data)
data
- The data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |