|
|
Generate digital keys/certificates programmatically
I need to manage (create, store and import/export) the digital
Certificates in a web based application.
I know that Sun's keytool can be used to create digital certificates
X.509. But it is command line tool.
Is there any way we can use keytool to create certificates
programmatically using some API (except Runtime.exec())?
Also, there is an open source which allows certificate generation,
BouncyCastle (http://www.bouncycastle.org). Any experience with
BouncyCastle?
I also need to store certificates. I can use KeyStore. Any other
options are available?
Thanks in advance for your help and ideas,
Vimal Gupta
|
|
0
|
|
|
|
Reply
|
vimal.gupta (1)
|
5/31/2005 7:27:52 AM |
|
Hi there,
unfortunately, there is no public API for the keytool which would allow you
to create a certificate.
In case you don't specifically need to generate X.509 certificates, but just
a digitally signed object, please consider the TrueLicense package at
http://truelicense.dev.java.net. The classes
de.schlichtherle.xml.GenericCertificate and
de.schlichtherle.license.LicenseNotary would solve your problem then.
My apologies that I can't comment on BouncyCastle.
Regards,
Christian
|
|
0
|
|
|
|
Reply
|
Christian
|
6/14/2005 6:54:59 PM
|
|
|
1 Replies
953 Views
(page loaded in 0.03 seconds)
Similiar Articles: Generate digital keys/certificates programmatically - comp.lang ...I need to manage (create, store and import/export) the digital Certificates in a web based application. I know that Sun's keytool can be used to creat... unable to generate SSL certificate with OpenSSL - comp.infosystems ...Generate digital keys/certificates programmatically - comp.lang ... Generate digital keys/certificates programmatically - comp.lang ... RSA sign in java and openssl - comp ... Certificate signature verification using Bouncycastle (J2ME ...Generate digital keys/certificates programmatically - comp.lang ... Also, there is an open source which allows certificate generation, BouncyCastle (http ... generating AES 128 bit key frm password - comp.lang.java.security ...Generate digital keys/certificates programmatically - comp.lang ... generating AES 128 bit key frm password - comp.lang.java.security ... Generate digital keys ... How to automatically import digital certificates - comp.lang.java ...Generate digital keys/certificates programmatically - comp.lang ... I need to manage (create, store and import/export) the digital Certificates in a web based application. Verification of digital signature, generated on .NET platform ...I create a digital signature in my C# (Microsoft ASP.NET ... Generate digital keys/certificates programmatically - comp.lang ... Verification of digital signature ... Jarsigner with cert openssl - comp.lang.java.securityGenerate digital keys/certificates programmatically - comp.lang ... Creating and loading an openssl certificate in Java - comp.lang ... Generate digital keys/certificates ... key pair created with DSA, want CSR in RSA - comp.lang.java ...Generate digital keys/certificates programmatically - comp.lang ... key pair created with DSA, want CSR in RSA - comp.lang.java ..... Generate and Install a Public SSL ... public and private key pair in Java - comp.lang.java.security ...Generate digital keys/certificates programmatically - comp.lang ... key pair created with DSA, want CSR in RSA - comp.lang.java ..... Generate and Install a Public SSL ... How to digitally sign document by Verisign? - comp.lang.java ...Generate digital keys/certificates programmatically - comp.lang ... I need to manage (create, store and import/export) the digital Certificates in a web ... Generate digital keys/certificates programmatically - comp.lang ...I need to manage (create, store and import/export) the digital Certificates in a web based application. I know that Sun's keytool can be used to creat... Generate digital keys/certificates programmaticallyGenerate digital keys/certificates programmatically - Java . This is a discussion on Generate digital keys/certificates programmatically - Java; I need to manage ... 7/23/2012 10:15:23 AM
|
|
|
|
|
|
|
|
|