Martijn deBoer wrote:
> 
> Has anyone yet got the signed applets example listed at
> http://java.sun.com/security/signExample/index.html
> running under jdk 1.15 or jdk 1.13 under linux?
> 
> I get the following error:
>  javakey -ic Duke Duke.x509
> Error: io error[extra DER value data (constructor)]
> 
> Any ideas, suggestions?
> Other workarounds?
> Thanks,Martijn de Boer

It all works for me out of the box with jdk1.1.5v7.  The unsigned applet
throws a security exception, while the Sun signed applet writes the file
to /tmp/foo:
-----
[user@ravel duke]$ more /tmp/foo
Cats can hypnotize you when you least expect it
-----
HTH.

Bob L.
-- 
Robert Lynch-Berkeley CA [EMAIL PROTECTED]
http://www.best.com/~rmlynch/

Reply via email to