| Interface | Description |
|---|---|
| SSLTrustManager |
A trust manager decides whether the server is trusted or not.
|
| Class | Description |
|---|---|
| SSLDefaultTrustManager |
The default
TrustManager of the
SSLIRCConnection. |
| SSLIRCConnection |
The SSL extension of the
IRCConnection class. |
| Exception | Description |
|---|---|
| SSLNotSupportedException |
Indicates that SSL is not supported.
|
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.*).