org.egothor.util
Class MD5

java.lang.Object
  extended by org.egothor.util.MD5

public final class MD5
extends java.lang.Object

MD5 calculator as defined in RFC 1321.

Author:
Leo

Method Summary
 int[] close()
           
static java.lang.String hexFormat(int[] result)
           
 void restart()
           
 void update(byte[] data, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

update

public void update(byte[] data,
                   int len)

close

public int[] close()

restart

public void restart()

hexFormat

public static java.lang.String hexFormat(int[] result)