| java.lang.Object ch.ethz.ssh2.crypto.digest.MD5
MD5 | final public class MD5 implements Digest(Code) | | MD5. Based on the example code in RFC 1321. Optimized (...a little).
author: Christian Plattner, plattner@inf.ethz.ch version: $Id: MD5.java,v 1.2 2006/02/02 09:11:03 cplattne Exp $ |
Constructor Summary | |
public | MD5() |
Method Summary | |
final public void | digest(byte[] dst, int pos) | final public void | digest(byte[] dst) | final public int | getDigestLength() | final public void | reset() | final public void | update(byte b) | final public void | update(byte[] buff, int pos, int len) | final public void | update(byte[] b) |
digest | final public void digest(byte[] dst, int pos)(Code) | | |
digest | final public void digest(byte[] dst)(Code) | | |
getDigestLength | final public int getDigestLength()(Code) | | |
reset | final public void reset()(Code) | | |
update | final public void update(byte b)(Code) | | |
update | final public void update(byte[] buff, int pos, int len)(Code) | | |
update | final public void update(byte[] b)(Code) | | |
|
|