mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.01.2009 b186aa4065afa355d40294ebbca8cdf3e0944cde
opendj-sdk/opends/src/ads/org/opends/admin/ads/util/ApplicationKeyManager.java
@@ -88,7 +88,7 @@
    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,