org.mozilla.jss.ssl
Class SSLHandshakeCompletedEvent
EventObjectorg.mozilla.jss.ssl.SSLHandshakeCompletedEvent
public class SSLHandshakeCompletedEvent
extends EventObject
This class represents the event telling you a handshake
operation is complete.
SSLHandshakeCompletedEvent
public SSLHandshakeCompletedEvent(SSLSocket socket)
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