This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Jessie security providers can't be precompiled


Hi,

On Wed, 2005-11-30 at 11:31 +0000, Andrew Haley wrote:
>      try
>        {
> -       md5Digest = MessageDigest.getInstance("MD5");
> +       md5Digest = new gnu.java.security.provider.MD5();
>        }
>      catch (NoSuchAlgorithmException _)
>        {

Looks like the try-catch isn't needed anymore here.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]