|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.zoolu.tools.MessageDigest
|
+--org.zoolu.tools.MD5
MD5 hash algorithm.
Implements the RSA Data Security, Inc. MD5 Message-Digest Algorithm. This is almoust straight implementation of the reference implementation given in RFC1321 by RSA.
| Constructor Summary | |
MD5()
Constructor |
|
MD5(byte[] buffer)
Constructor |
|
MD5(byte[] buffer,
int offset,
int len)
Constructor |
|
MD5(java.lang.String str)
Constructor |
|
| Method Summary | |
static byte[] |
digest(byte[] buffer)
Calculates the MD5. |
static byte[] |
digest(byte[] buffer,
int offset,
int len)
Calculates the MD5. |
static byte[] |
digest(java.lang.String str)
Calculates the MD5. |
byte[] |
doFinal()
MessageDigest finalization. |
MessageDigest |
update(byte[] buffer,
int offset,
int len)
MessageDigest block update operation. |
| Methods inherited from class org.zoolu.tools.MessageDigest |
asHex, asHex, getDigest, update, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MD5()
public MD5(byte[] buffer)
public MD5(byte[] buffer,
int offset,
int len)
public MD5(java.lang.String str)
| Method Detail |
public MessageDigest update(byte[] buffer,
int offset,
int len)
update in class MessageDigestpublic byte[] doFinal()
doFinal in class MessageDigest
public static byte[] digest(byte[] buffer,
int offset,
int len)
public static byte[] digest(byte[] buffer)
public static byte[] digest(java.lang.String str)
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||