|
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.SimpleDigest
Simple and fast hash/message-digest algorithm.
| Constructor Summary | |
SimpleDigest(int size)
Constructor |
|
SimpleDigest(int size,
byte[] buffer)
Constructor |
|
SimpleDigest(int size,
byte[] buffer,
int offset,
int len)
Constructor |
|
SimpleDigest(int size,
java.lang.String str)
Constructor |
|
| Method Summary | |
static byte[] |
digest(int size,
byte[] buffer)
Calculates the SimpleDigest. |
static byte[] |
digest(int size,
byte[] buffer,
int offset,
int len)
Calculates the SimpleDigest. |
static byte[] |
digest(int size,
java.lang.String str)
Calculates the SimpleDigest. |
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 SimpleDigest(int size)
public SimpleDigest(int size,
byte[] buffer)
public SimpleDigest(int size,
byte[] buffer,
int offset,
int len)
public SimpleDigest(int size,
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(int size,
byte[] buffer,
int offset,
int len)
public static byte[] digest(int size,
byte[] buffer)
public static byte[] digest(int size,
java.lang.String str)
|
MjSip Stack v1.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||