Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unable to use MessageDigest

0 views
Skip to first unread message

Richard Udy

unread,
Dec 1, 2000, 3:00:00 AM12/1/00
to
How can I create a MessageDigest in Netscape Navigator?

I have a signed applet that downloads a file to the client's disk, and
needs to verify the data using a java.security.MessageDigest.
Unfortunately Netscape Navigator (4.73) doesn't seem to have this class
(NoClassDefFoundException).
So I tried adding it to the applet. But then I got a security exception
relating to Package Definition - even after enablePrivilege for
"UniversalPackageDefinition".

The saving of the file itself is working fine on both IE and Netsacpe,
and the MessageDigest works fine on IE.

Appreciate any help on this.

Thanks...
Richard Udy


0 new messages