Signed applets and commandline import problems

2007-01-24 Thread sprocket
dname "cn=storm" -storepass apasswd jarsigner -keystore stormstore -storepass apasswd -keypass apasswd -signedjar SignedSVNApplet.jar SVNApplet.jar signFiles keytool -export -keystore stormstore -storepass apasswd -alias signFiles -file storm.cer -- View this message in context: http://www.

re: problems with RSA signed applets

2000-12-11 Thread John Richardson
For those who are reading the archives later: The real problem was that JRE 1.3.0_01 doesn't seem to use the browser's CA. It seems like it never worked on Linux, but it used to on Windows platforms. But it seems with 1.3.0_01, the jre no longer uses the browser's CA anywhere. The solution is

problems with RSA signed applets

2000-12-06 Thread John Richardson
I'm having a problem getting the plugin to verify a signed applet. The applet was signed with a RSA certificate. Unsigned applets seem to work fine. Changing the ~/.java.policy file to trust this RSA certificate works fine as well. The same applet works correctly on Win98 and WinNT4. The

Re: Signed applets

1999-03-19 Thread Nozomi Matsumura
if you want to use a signed applet on netscape, you should use "object signning tool" not "javakey". please visit to http://developer.netscape.com/library/documentation/signedobj/overview.html hope this helps. Nozomi Matsumura [EMAIL PROTECTED] -

Signed applets

1999-03-19 Thread Ugo Cei
ng of signatures has failed (-1) # jar file: /tmp/jzip36F28FDB0001BB9 # path: /home/ugo/work/CBIM/prqa/ and of course the applet throws a SecurityException whenever it tries to open a local file. I have seen signed applets work in Navigator, so it must be a problem with my understandi

Re: signed Applets

1998-05-20 Thread Robert Lynch
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 er

signed Applets

1998-05-20 Thread Martijn deBoer
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