org.jacorb.orb.listener
public class SSLHandshakeListener extends Object implements HandshakeCompletedListener
SSLHandshakeListener implements the SSL Handshake Listener
in order to detect a successful SSL connection. It then passes this information
on to the external SSLListener.
Version: $Id: SSLHandshakeListener.java,v 1.2 2006/06/29 15:17:55 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| SSLHandshakeListener(Logger logger, SSLSessionListener listener) | |
| Method Summary | |
|---|---|
| void | handshakeCompleted(HandshakeCompletedEvent event)handshakeCompleted is the implementation that is invoked
when a SSL handshake is completed.
|
handshakeCompleted is the implementation that is invoked
when a SSL handshake is completed.
The getPeerCertificateChain method is used to ensure backward
compatibility with JDK 1.3Parameters: event a HandshakeCompletedEvent value