This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: error in engineGetDigestLength for MessageDigest providers
- From: Tom Tromey <tromey at redhat dot com>
- To: "R. A. Rivas Diaz" <rivasdiaz at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: 04 Nov 2002 21:01:48 -0700
- Subject: Re: error in engineGetDigestLength for MessageDigest providers
- References: <20021105035906.79418.qmail@web21404.mail.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> ">" == R A Rivas Diaz <rivasdiaz@yahoo.com> writes:
>> the classes:
>> - gnu.java.security.provider.SHA
>> and
>> - gnu.java.security.provider.MD5
>> have erroneous implementation of the method
>> - public int engineGetDigestLength()
>> SHA should return 20 and MD5 should return 16.
Thanks. I'll check in a fix shortly. I'll also put it in Classpath.
Tom