Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > problem to sign an applet

Reply
Thread Tools

problem to sign an applet

 
 
felix
Guest
Posts: n/a
 
      06-03-2004
Hi everybody, first of all sorry for my poor english

I want to sign an applet for Internet Explorer with J2SDK1.4.2.

The problem is that I have got a certificate and its private key (one
in each file) to sign the applet, but I have not the keystore that
created that private key. I think the idea is import the private key
and the certificate in a keystore. żis this correct?

If that is solution. How can I do that? I know keytool cannot import
private keys.

Thanks in advance
 
Reply With Quote
 
 
 
 
Ike
Guest
Posts: n/a
 
      06-04-2004
you have to physcially copy the private key onto your hard drive - or run it
off the floppy or wherever you have it. You dont have to use the pvk from a
keystore, you can just run it from the pvk file.

see my post here yesterday for a link that shows how to do this from a
command line, or (and I assume you are doing this in windows, since you want
to sign it for windows-specific browser), get the 'signcode' utility from MS
site. -Ike

"felix" <> wrote in message
news: m...
> Hi everybody, first of all sorry for my poor english
>
> I want to sign an applet for Internet Explorer with J2SDK1.4.2.
>
> The problem is that I have got a certificate and its private key (one
> in each file) to sign the applet, but I have not the keystore that
> created that private key. I think the idea is import the private key
> and the certificate in a keystore. żis this correct?
>
> If that is solution. How can I do that? I know keytool cannot import
> private keys.
>
> Thanks in advance



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
$ sign to gb pound sign PWB Computer Support 6 02-19-2007 03:06 AM
Automatic sign-up and sign-in across different domains without cookies? Jimmy ASP .Net 1 11-21-2006 04:41 PM
Automatic sign-up and sign-in between different domains without cookies? Jimmy Javascript 3 11-20-2006 01:28 PM
J sign instead of ? sign Harold Potter esq. Computer Support 5 04-16-2005 02:19 PM
Sign Applet Max Java 13 04-08-2004 10:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57