org.mozilla.jss.ssl
Class SSLHandshakeCompletedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
All Implemented Interfaces:
java.io.Serializable

public class SSLHandshakeCompletedEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
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
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLHandshakeCompletedEvent

public SSLHandshakeCompletedEvent(SSLSocket socket)
Method Detail

getStatus

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

Throws:
java.net.SocketException

getSocket

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