For Programmers: Free Programming Magazines  


Home > Archive > Java Security > April 2004 > sign jars with pkcs#12









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author sign jars with pkcs#12
Xavier Tarrago

2004-04-07, 4:37 am

Hello,
I want to sign jars with my personnal key to use java web start. My key
was delivered to me from a PKI system from my company. It came in pkcs#12
format.
I guess that I have to import it in a java keystore to use with jarsigner.
I could not import this key in the standard keystore. Is there a way to do
that.
Thank you for help...
Xavier


Michel Gallant

2004-04-07, 10:41 am

No you don't. Java 2 1.4+ supports keystore types "pkcs12" so you
can directly use your pkcs12 file as a single-key keystore.

Jarsigner supports -storetype pkcs12
See:
http://www.jensign.com/JavaScience/Thawte

- Mitch Gallant
JavaScience Consulting

"Xavier Tarrago" <xavier.tarrago@paspourriel.cea.fr> wrote in message
news:c50b4o$74g$1@ellebore.saclay.cea.fr...
> Hello,
> I want to sign jars with my personnal key to use java web start. My key
> was delivered to me from a PKI system from my company. It came in pkcs#12
> format.
> I guess that I have to import it in a java keystore to use with jarsigner.
> I could not import this key in the standard keystore. Is there a way to do
> that.
> Thank you for help...
> Xavier
>
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com