org.jacorb.orb.listener

Class SSLHandshakeListener

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 $

Author: Nick Cross

Constructor Summary
SSLHandshakeListener(Logger logger, SSLSessionListener listener)
Method Summary
voidhandshakeCompleted(HandshakeCompletedEvent event)
handshakeCompleted is the implementation that is invoked when a SSL handshake is completed.

Constructor Detail

SSLHandshakeListener

public SSLHandshakeListener(Logger logger, SSLSessionListener listener)

Method Detail

handshakeCompleted

public void handshakeCompleted(HandshakeCompletedEvent event)
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.3

Parameters: event a HandshakeCompletedEvent value