Hello,
DigestUtils should not use 1.4 methods, namely
MessageDigest.getInstance(String, Provider)
Severity Description Resource In Folder Location
Creation Time
The method getInstance(String) in the type MessageDigest is not
applicable for the arguments (String, Provider) DigestUtils.java
Apache Jakarta Commons/codec/src/java/org/apache/commons/codec/digest line
91 October 13, 2003 9:28:28 AM
The method getInstance(String) in the type MessageDigest is not
applicable for the arguments (String, Provider) DigestUtils.java
Apache Jakarta Commons/codec/src/java/org/apache/commons/codec/digest line
108 October 13, 2003 9:28:28 AM
Gary