Skip navigation links

Package org.schwering.irc.lib.ssl

Provides support for secure IRC connections.

See: Description

Package org.schwering.irc.lib.ssl Description

Provides support for secure IRC connections.

The SSLIRCConnection firstly tries to use the javax.net.ssl.* classes which were added in J2SE 1.4. If this fails, it tries to load the classes of the JSSE library (from the packages javax.net.ssl.* and com.sun.net.ssl.*).

Since:
1.10
Skip navigation links