PayPal NVP : how use SunX509 on IBM JRE -


i’m integrating paypal api company nvp mode. application must run on websphere application server.

in paypal sdk core, uses in class sslutil (line 37) : keymanagerfactory.getinstance("sunx509"). not work on ibm jre. uses ibmx509.

what can if don’t want modify paypal class?

thank you answer?

regards!

stevens

please use following branch fix. please build , use core sdk.

https://github.com/paypal/sdk-core-java/tree/fix-keymanagerfactory-ibm

changed sslutil class follows should fix ibm oracle jre.

kmf = keymanagerfactory.getinstance(keymanagerfactory.getdefaultalgorithm());

we have made agnostic of jre provider.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -