Update CodecSupport to support File and InputStream conversion to byte arrays
-----------------------------------------------------------------------------
Key: JSEC-60
URL: https://issues.apache.org/jira/browse/JSEC-60
Project: JSecurity
Issue Type: Improvement
Components: Cryptography & Hashing
Affects Versions: 1.0
Reporter: Les Hazlewood
Fix For: 1.0
CodecSupport is used as the parent for all of the Hash implementations. A Hash
should be able to take any File or InputStream and generate a Hash value, i.e.:
new Sha256Hash(myFile);
or
new Sha512Hash(anInputStream);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.