T - Type of output (e.g. byte[], string) produced by hash bean.public interface HashBean<T>
T hash(Object... data)
data - Data to hash. Callers should expect support for at least the
following types: byte[], CharSequence,
InputStream, and Resource. Unless otherwise noted,
character data is processed in the UTF-8
character set; if another character set is desired, the
caller should convert to byte[] and provide the
resulting bytes.Copyright © 2003-2014 Virginia Tech. All Rights Reserved.