>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 you just have the cert, but not the keystore that originally
generated it you have only the public part, not the private part. The
ca signed only the public part. You never gave them your private
part.
In other words, you are SOL. You have to start over and be more
careful to keep backups of the .keystore.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
felix - 03 Jun 2004 23:15 GMT
What I have got is a file where the certificate is and another file
(with extension pvk) where the private key is, because I had to sign
applets with Microsoft JVM (so I have another .spc file). But now I
need to sign applets SUN JVM. That's the reason cause I have not the
keystore. Any possibility to sign applets with SUN JVM using these
files?
Regards
> >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
[quoted text clipped - 8 lines]
> In other words, you are SOL. You have to start over and be more
> careful to keep backups of the .keystore.
Roedy Green - 04 Jun 2004 01:19 GMT
>What I have got is a file where the certificate is and another file
>(with extension pvk) where the private key is, because I had to sign
>applets with Microsoft JVM (so I have another .spc file). But now I
>need to sign applets SUN JVM. That's the reason cause I have not the
>keystore. Any possibility to sign applets with SUN JVM using these
>files?
see http://mindprod.com/jgloss/keystore.html
follow the link to Mitch Gallant's solution.

Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.