com.jcraft.jsch

Interface HASH

Known Implementing Classes:
MD5, SHA1

public interface HASH

Method Summary

byte[]
digest()
int
getBlockSize()
void
init()
void
update(byte[] foo, int start, int len)

Method Details

digest

public byte[] digest()
            throws Exception


getBlockSize

public int getBlockSize()


init

public void init()
            throws Exception


update

public void update(byte[] foo,
                   int start,
                   int len)
            throws Exception