Uses of Package
ice.ssl

Packages that use ice.ssl
ice.ssl Contains implementation of various versions of the SSL protocol. 
 

Classes in ice.ssl used by ice.ssl
CertificateCallback
          This interface is invoked everytime the SSL-layer needs feedback from the application or the application needs to be notified about errors etc.
CertificateErrorInfo
          Contains informations usefull to efficiently treat and display server certificate errors.
CertificateEvent
          An event which indicates that a certificate has been recieved during a SSL transaction.
CertificateListener
          The listener interface for receiving certificate events.
CertificateManager
           
ClientCertificateList
          This class represent a list of client certificates.
ServerCertificateList
          This class represent a list of server certificates.
SSLSocket
          This class implements client SSL sockets.