Is there is any that i can convert ava jks keystore to pkcs12 certificate programatically?

Abdul Khaliq

link|improve this question

70% accept rate
feedback

1 Answer

Have a look at Bouncy Castle Crypto APIs. You should be able to do it with it.

Oh, wait... you cannot convert a keystore to a certificate... what you can do is get a certificate from the keystore and convert it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.