Re: runtime config of ssl



pottmi@xxxxxxxxx wrote:

Hi,

I have a problem that I think someone must have a graceful solution
for.
I want to do runtime configuration of the Security Provider so that I
do not have to change the code to run on different platforms. Here is
the "ugly" code that I am using now:

You don't need to do this at all! JSSE was integrated into JDK 1.4. This stuff was only necessary in JDKs 1.2 and 1.3.
.