certificate - how to convert .cer to .pfx programatically using Java -
i used bouncy castle , jscep create certificate. have private key , .cer certificate. need create pfx or p12 file out of using java or bouncy castle.
look @ java keystore class, , how instance of pkcs12 keystore type.
then @ setkeyentry() , store(). should give start achieving goal.
Comments
Post a Comment