|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.util.DigestUtils
public class DigestUtils
Constructor Summary | |
---|---|
DigestUtils()
|
Method Summary | |
---|---|
static byte[] |
md5(byte[] b)
|
static String |
md5(String s)
|
static byte[] |
sha1(byte[] b)
|
static byte[] |
sha1(ByteBuffer[] buffers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DigestUtils()
Method Detail |
---|
public static byte[] md5(byte[] b)
public static String md5(String s)
public static byte[] sha1(byte[] b)
public static byte[] sha1(ByteBuffer[] buffers)
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |