public interface HASH
byte[]
digest()
int
getBlockSize()
void
init()
update(byte[] foo, int start, int len)
void init() throws Exception
Exception
int getBlockSize()
void update(byte[] foo, int start, int len) throws Exception
byte[] digest() throws Exception
Copyright © 2024 JCraft,Inc.. All rights reserved.