You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




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