jacol.util
Class MD5

java.lang.Object
  |
  +--jacol.util.MD5

public class MD5
extends java.lang.Object


Constructor Summary
MD5()
           
 
Method Summary
static java.lang.String dumpBytes(byte[] bytes)
           
static void main(java.lang.String[] args)
           
 void md5final(byte[] digest)
           
 void update(byte[] newbuf)
           
 void update(byte[] newbuf, int length)
           
 void update(byte[] newbuf, int bufstart, int buflen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD5

public MD5()
Method Detail

update

public void update(byte[] newbuf)

update

public void update(byte[] newbuf,
                   int length)

update

public void update(byte[] newbuf,
                   int bufstart,
                   int buflen)

md5final

public void md5final(byte[] digest)

main

public static void main(java.lang.String[] args)

dumpBytes

public static java.lang.String dumpBytes(byte[] bytes)