Package com.jcraft.jsch.jce
Class MD5
java.lang.Object
com.jcraft.jsch.jce.MD5
- All Implemented Interfaces:
HASH
public class MD5 extends java.lang.Object implements HASH
-
Constructor Summary
Constructors Constructor Description MD5() -
Method Summary
Modifier and Type Method Description byte[]digest()intgetBlockSize()voidinit()java.lang.Stringname()voidupdate(byte[] foo, int start, int len)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MD5
public MD5()
-
-
Method Details
-
getBlockSize
public int getBlockSize()- Specified by:
getBlockSizein interfaceHASH
-
init
public void init() throws java.lang.Exception -
update
public void update(byte[] foo, int start, int len) throws java.lang.Exception -
digest
public byte[] digest() throws java.lang.Exception -
name
public java.lang.String name()
-