Package com.jcraft.jsch
Interface HASH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description byte[]
digest()
int
getBlockSize()
void
init()
default java.lang.String
name()
void
update(byte[] foo, int start, int len)
-
-
-
Method Detail
-
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
default java.lang.String name()
-
-