When I manually create a KeyManager
, one of the steps is this:
KeyManagerFactory.getInstance("SunX509")
This does not work on IBM jre where I need to specify "IbmX509".
My questions:
- I read that this is called the "certificate encoding algorithm". What does that mean? When is it used?
- What happens when the client is using the IBM algorithm and the server is using the Sun algorithm?
Thanks,
Doron