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
SSLSocketgetSocket()
get socket on which the event occured
SSLSecurityStatusgetStatus()
get security information about this socket, including cert data

Constructor Detail

SSLHandshakeCompletedEvent

public SSLHandshakeCompletedEvent(SSLSocket socket)

Method Detail

getSocket

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

getStatus

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