com.jcraft.jsch.jce

Class MD5

Implemented Interfaces:
HASH

public class MD5
extends java.lang.Object
implements 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
Specified by:
digest in interface HASH

getBlockSize

public int getBlockSize()
Specified by:
getBlockSize in interface HASH

init

public void init()
            throws Exception
Specified by:
init in interface HASH

update

public void update(byte[] foo,
                   int start,
                   int len)
            throws Exception
Specified by:
update in interface HASH