Uses of Interface
org.schwering.irc.lib.ssl.SSLTrustManager

Packages that use SSLTrustManager
org.schwering.irc.lib.ssl Provides support for secure IRC connections.  
 

Uses of SSLTrustManager in org.schwering.irc.lib.ssl
 

Classes in org.schwering.irc.lib.ssl that implement SSLTrustManager
 class SSLDefaultTrustManager
          The default TrustManager of the SSLIRCConnection.
 

Methods in org.schwering.irc.lib.ssl that return SSLTrustManager
 SSLTrustManager[] SSLIRCConnection.getTrustManagers()
          Returns the set SSLTrustManagers.
 

Methods in org.schwering.irc.lib.ssl with parameters of type SSLTrustManager
 void SSLIRCConnection.addTrustManager(SSLTrustManager trustManager)
          Adds a new SSLTrustManager.
 boolean SSLIRCConnection.removeTrustManager(SSLTrustManager trustManager)
          Removes one SSLTrustManager.