java.security.Security.addProvider().

Mike

Tom Samplonius wrote:
I'm getting an unresolved symbol now. Where do I import
"Security.addProvider()" from?

Tom


On Tue, 4 Feb 2003, Michael Becke wrote:


You need to add the following line to your code somewhere:

Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());

The "java.protocol.handler.pkgs" property is only needed if you want to use https with java.net.URL.

I previously thought that addProvider() was not needed, but it seems that it is. We probably need to change this in documentation in a few places.

Mike



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to