how to convert java jks keystore to pkcs12 certificate programatically?
Is there is any that i can convert ava jks keystore to pkcs12 certificate programatically?
Abdu开发者_StackOverflow中文版l Khaliq
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.
精彩评论