Package com.jcraft.jsch
Interface HASH
public interface HASH
-
Method Summary
Modifier and Type Method Description byte[]digest()intgetBlockSize()voidinit()java.lang.Stringname()voidupdate(byte[] foo, int start, int len)
-
Method Details
-
init
void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
getBlockSize
int getBlockSize() -
update
void update(byte[] foo, int start, int len) throws java.lang.Exception- Throws:
java.lang.Exception
-
digest
byte[] digest() throws java.lang.Exception- Throws:
java.lang.Exception
-
name
java.lang.String name()
-