jChatBox.Util
Class MD5

java.lang.Object
  |
  +--jChatBox.Util.MD5

public class MD5
extends java.lang.Object

This class implements MD5 hash algorithm.


Constructor Summary
MD5()
           
 
Method Summary
 byte[] doDigest(byte[] string)
           
 java.lang.String doDigest(java.lang.String string)
           
 
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

doDigest

public java.lang.String doDigest(java.lang.String string)

doDigest

public byte[] doDigest(byte[] string)