-
Sub-task
-
Resolution: Done
-
Critical
-
None
-
None
The audit logging facility and a test case specify KeyManagerFactory.getInstance("SunX509"), which will not work on an IBM JVM.
Googling around, it seems KeyManagerFactory.getDefaultAlgorithm() is the correct thing to use. I've tried that out and the testsuite at least passes with that.