Re: Signing Applets

1998-08-13 Thread Laura L. Evangelista
> I just checked over the stuff that I did, and I used Sun's javakey. Someone told me that javakey uses DSA algorithm, which Netscape (what I'm using) doesn't understand ... > Make sure you have loaded myCert into your browser as a Certificate > Authority. How? > When you run signtool -L, you

Re: Signing Applets

1998-08-13 Thread Ravi Mohan
Hi Also the details of signing an applet are different depending on which browser you want your applet to run in. IE needs Authenticode certificates and a.CAB file, Netscape needs an Object Signing Certificate and a.jar file. If you need your applet to access a resource on the client machine th

Re: Signing Applets

1998-08-12 Thread Laura L. Evangelista
Daniel W. Dulitz x108 238-3728 wrote: > > > Can I sign an applet (JAR file) without "purchasing"/needing > > a certificate (digital ID)? > > Well, you need a certificate, but you can generate the certificate > yourself and be your own Certificate Authority (and you don't have to > pay anyone

Re: Signing Applets

1998-08-12 Thread Trevor Harmon
Absolutely not! What sort of security would there be if anyone could sign any old applet? That would defeat the entire purpose of signing. I suggest you read up on what exactly code-signing is. Check out the security sites at javasoft.com, microsoft.com, and verisign.com. Trevor On Wed, 12 Aug

Re: Signing Applets

1998-08-12 Thread Ming-Ching Tiew
Laura L. Evangelista wrote: > > Java People, > > Can I sign an applet (JAR file) without "purchasing"/needing > a certificate (digital ID)? > If my memory doesn't fail me, you can. I remember trying DSA signinig of applet long time ago, following an example provided by Sun. But even if you

Re: Signing Applets

1998-08-12 Thread Joachim Schaaf
Am Thu, 13 Aug 1998 schrieb Laura L. Evangelista zum Thema Signing Applets: >Java People, > >Can I sign an applet (JAR file) without "purchasing"/needing >a certificate (digital ID)? I found a tutorial about this from Joseph Bowbeer ([EMAIL PROTECTED]), but I for

Signing Applets

1998-08-12 Thread Laura L. Evangelista
Java People, Can I sign an applet (JAR file) without "purchasing"/needing a certificate (digital ID)? -- Laura