de.mud.ssh
Class MD5

java.lang.Object
  |
  +--de.mud.ssh.MD5

public final class MD5
extends java.lang.Object


Constructor Summary
MD5()
           
 
Method Summary
 int blockSize()
           
 byte[] digest()
           
 int digestInto(byte[] dest, int destOff)
           
 byte[] hash(byte[] bts)
           
 byte[] hash(java.lang.String str)
           
 int hashSize()
           
 void reset()
           
 void update(byte[] data, int offset, int length)
           
 
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

reset

public void reset()

update

public void update(byte[] data,
                   int offset,
                   int length)

digest

public byte[] digest()

digestInto

public int digestInto(byte[] dest,
                      int destOff)

hash

public byte[] hash(byte[] bts)

hash

public byte[] hash(java.lang.String str)

blockSize

public int blockSize()

hashSize

public int hashSize()