--- Gary Gregory <[EMAIL PROTECTED]> wrote: > Hello, > > DigestUtils should not use 1.4 methods, namely > MessageDigest.getInstance(String, Provider)
Agreed. DigestUtils was meant to be a *simple* wrapper around MessageDigest basic functionality. IMHO, specifying providers is outside the scope of this class; you may as well use MessageDigest directly. David > > 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 > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
