Uses of Class
org.jacorb.orb.listener.SSLSessionEvent

Packages that use SSLSessionEvent
org.jacorb.orb.listener   
 

Uses of SSLSessionEvent in org.jacorb.orb.listener
 

Methods in org.jacorb.orb.listener with parameters of type SSLSessionEvent
 void NullSSLSessionListener.handshakeException(SSLSessionEvent e)
           
 void SSLSessionListener.handshakeException(SSLSessionEvent e)
          handshakeException is called whenever the client and server could not negotiate the desired level of security.
 void NullSSLSessionListener.keyException(SSLSessionEvent e)
           
 void SSLSessionListener.keyException(SSLSessionEvent e)
          keyException is called whenever a bad SSL key is reported.
 void NullSSLSessionListener.peerUnverifiedException(SSLSessionEvent e)
           
 void SSLSessionListener.peerUnverifiedException(SSLSessionEvent e)
          peerUnverifiedException is called whenever the peer was not able to identify itself (for example; no certificate, the particular cipher suite being used does not support authentication, or no peer authentication was established during SSL handshaking)
 void NullSSLSessionListener.protocolException(SSLSessionEvent e)
           
 void SSLSessionListener.protocolException(SSLSessionEvent e)
          protocolException is called whenever there is an error in the operation of the SSL protocol.
 void NullSSLSessionListener.sessionCreated(SSLSessionEvent e)
           
 void SSLSessionListener.sessionCreated(SSLSessionEvent e)
          sessionCreated is called whenever a successful SSL connection has been made.
 void NullSSLSessionListener.sslException(SSLSessionEvent e)
           
 void SSLSessionListener.sslException(SSLSessionEvent e)
          sslException is called whenever there is an error in the SSL subsystem.