org.mozilla.jss.ssl

Class SSLHandshakeCompletedEvent


public class SSLHandshakeCompletedEvent
extends EventObject

This class represents the event telling you a handshake operation is complete.

Constructor Summary

SSLHandshakeCompletedEvent(SSLSocket socket)

Method Summary

SSLSocket
getSocket()
get socket on which the event occured
SSLSecurityStatus
getStatus()
get security information about this socket, including cert data

Constructor Details

SSLHandshakeCompletedEvent

public SSLHandshakeCompletedEvent(SSLSocket socket)

Method Details

getSocket

public SSLSocket getSocket()
get socket on which the event occured

getStatus

public SSLSecurityStatus getStatus()
            throws SocketException
get security information about this socket, including cert data