Issue Details (XML | Word | Printable)

Key: CODEC-52
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Niklas Gustavsson
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Commons Codec

Digest on InputStreams

Created: 03/Sep/06 07:20 PM   Updated: 08/Mar/08 07:49 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.4

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works CODEC-52-patch.diff 2006-09-03 07:21 PM Niklas Gustavsson 12 kB

Resolution Date: 08/Mar/08 07:49 AM


 Description  « Hide
When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #634903 Sat Mar 08 07:49:46 UTC 2008 bayard Applying CODEC-52; Niklas Gustavsson's enhancement to have InputStream variants for DigestUtil's digest methods
Files Changed
MODIFY /commons/proper/codec/trunk/src/test/org/apache/commons/codec/digest/DigestUtilsTest.java
MODIFY /commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java