Fix for issue 3932 (ApplicationKeyManager and ApplicationTrustManager refer to IBMJSEE2 instead of IBMJSSE2)
| | |
| | | if(userSpecifiedAlgo == null && Platform.isVendor("IBM")) |
| | | userSpecifiedAlgo = "IbmX509"; |
| | | if(userSpecifiedProvider == null && Platform.isVendor("IBM")) |
| | | userSpecifiedProvider = "IBMJSEE2"; |
| | | userSpecifiedProvider = "IBMJSSE2"; |
| | | |
| | | // Have some fallbacks to choose the provider and algorith of the key |
| | | // manager. First see if the user wanted to use something specific, |
| | |
| | | if(userSpecifiedAlgo == null && Platform.isVendor("IBM")) |
| | | userSpecifiedAlgo = "IbmX509"; |
| | | if(userSpecifiedProvider == null && Platform.isVendor("IBM")) |
| | | userSpecifiedProvider = "IBMJSEE2"; |
| | | userSpecifiedProvider = "IBMJSSE2"; |
| | | |
| | | // Have some fallbacks to choose the provider and algorith of the key |
| | | // manager. First see if the user wanted to use something specific, |