Provides support for secure IRC connections.

The {@link org.schwering.irc.lib.ssl.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 @version 1.00 @author Christoph Schwering <schwering@gmail.com>