Package com.jcraft.jsch.jce
Class SHA256
java.lang.Object
com.jcraft.jsch.jce.SHA256
- All Implemented Interfaces:
HASH
public class SHA256 extends java.lang.Object implements HASH
-
Constructor Details
-
SHA256
public SHA256()
-
-
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()
-