Package ice.ssl

Contains implementation of various versions of the SSL protocol.

See:
          Description

Interface Summary
CertificateCallback This interface is invoked everytime the SSL-layer needs feedback from the application or the application needs to be notified about errors etc.
CertificateListener The listener interface for receiving certificate events.
 

Class Summary
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.
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.
Util NOTE: when generating a BigInteger with a key for RSA from a byte array, we MUST specify its sign to positive!!! This is very important!!!
 

Package ice.ssl Description

Contains implementation of various versions of the SSL protocol.