You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/src/main/java/org/apache/tika/parser/digestutils/CommonsDigester.java
+45-17Lines changed: 45 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ public class CommonsDigester extends CompositeDigester {
43
43
/**
44
44
* Include a string representing the comma-separated algorithms to run: e.g. "md5,sha1".
45
45
* If you want base 32 encoding instead of hexadecimal, add ":32" to the algorithm, e.g.
46
-
* "md5,sha1:32"
46
+
* "md5,sha1:32". If you want uppercase digests for the hexadecimal encoder,
47
+
* use uppercase in the algorithm name, e.g. "MD5".
47
48
* <p/>
48
49
* Will throw an IllegalArgumentException if an algorithm isn't supported
Copy file name to clipboardExpand all lines: tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/java/org/apache/tika/parser/DigestingParserTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public void testCommaSeparated() throws Exception {
0 commit comments