Re: How do i make signed jar files run on netscape

Gigi Ankeny (Gigi.Ankeny@Eng)
Mon, 1 Dec 1997 09:19:29 -0800 (PST)

Date: Mon, 1 Dec 1997 09:19:29 -0800 (PST)
From: Gigi Ankeny <Gigi.Ankeny@Eng>
Subject: Re: How do i make signed jar files run on netscape
To: java-security@web2.javasoft.com, satish@drwww.com

Hi,

The SecurityException you encountered could have many factors, for example,
Netscape has failed to verify the signed jar due to different calculation
method on the content files or it can not verify and DSA signatures, which
is used in our JDK javakey tool.

You can import Duke's certificates to the netscape via cgi script using
a special MIME type. For details of all of these, i.e. Signing, Verifying,
and import Certificates, check out Netscape site at:

http://developer.netscape.com/software/signedobj/index.html

Hope that helps,

Gigi Ankeny

> Date: Wed, 06 Aug 1997 12:18:26 +0530
> From: "A Satish Kumar" <satish@drwww.com>
> MIME-Version: 1.0
> To: java-security@web2.javasoft.com
> Subject: How do i make signed jar files run on netscape
> Content-Transfer-Encoding: 7bit
>
> Hi,
> I followed the procedure for creating the signed jar files. This runs
> perfectly in appletviewer giving all previledges that a standalone java
> application has but if I open the same file in netscape i get a security
> exception. I made a guess to the problem. I think i should configure
> netscape with the certificate that Duke has given me. But i dont know
> how to configure netscape with duke's certificate.
>
> Please Help Me
> Regards
> Satish.
>
>