Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RES: [dsdp-mtj-dev] Signing keystore management

As far as I remember, there are some legal issues to use bounce castle in eclipse. There was some code of it in the original eclipseme and we had to remove it

 

I will search our iplog to find what it is.

 

J

gep

 


De: dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] Em nome de Hildum Eric-XFQ473
Enviada em: segunda-feira, 16 de março de 2009 12:41
Para: Mobile Tools for The Java Platform mailing list
Assunto: RE: [dsdp-mtj-dev] Signing keystore management

 

Let's use bouncy castle if we can, it is a known, high quality implementation.

 

Eric Hildum

Senior Product Manager, Mobile Developer Tools & SDK

Developer Platforms and Services

Ecosystem and Market Development

Motorola

Direct: +1-408-541-6809

 

809 11th Avenue

Sunnyvale, CA 94089

USA

 

 


From: dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] On Behalf Of Craig Setera
Sent: Monday, March 16, 2009 8:31
To: Mobile Tools for The Java Platform mailing list
Subject: Re: [dsdp-mtj-dev] Signing keystore management

I had to do something similar at my job.  I used BouncyCastle to generate/update the keystore and it worked very well.  The licensing on BouncyCastle looks reasonable.  According to CQ 2257, it looks like Bouncy Castle may have already been approved?

 

On Mar 16, 2009, at 10:25 AM, Marques David-wtv368 wrote:



Hello everyone,

   The only features still not implemented on keystore management are listed bellow:

   - Create Keypair
   - Delete Keypair
   - Generate CSR
   - Import Certificate
   - Import Certificate Response

   After doing some research i have found that the standard java.security API will NOT provide all the support we need to implement the features listed above. One possible solution that i came up with would be to use the keytool application shipped on the java runtime installation. I would like to hear your comments on this and maybe hear other possible solutions from you!

Best Regards,

David Marques

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev

 


Back to the top