Re: Where is MD5Digest in GWT 2.8 rc2?

2016-10-18 Thread Alex Luya
Thanks

On Tuesday, October 18, 2016 at 6:36:50 PM UTC+8, Jens wrote:
>
> It has been moved to emulation code. You would now use 
> java.security.MessageDigest.getInstance("MD5") or 
> java.security.MessageDigest.getInstance("SHA-256")
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Where is MD5Digest in GWT 2.8 rc2?

2016-10-18 Thread Jens
It has been moved to emulation code. You would now use 
java.security.MessageDigest.getInstance("MD5") or 
java.security.MessageDigest.getInstance("SHA-256")

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.