Package org.schwering.irc.lib.ssl

Provides support for secure IRC connections.

See:
          Description

Interface Summary
SSLTrustManager A trust manager decides whether the server is trusted or not.
 

Class Summary
SSLDefaultTrustManager The default TrustManager of the SSLIRCConnection.
SSLIRCConnection The SSL extension of the IRCConnection class.
 

Exception Summary
SSLNotSupportedException Indicates that SSL is not supported.
 

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
Version:
1.00
Author:
Christoph Schwering <schwering@gmail.com>