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
Post a Comment