org.mozilla.jss.ssl
Class SSLHandshakeCompletedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
- public class SSLHandshakeCompletedEvent
- extends java.util.EventObject
This class represents the event telling you a handshake
operation is complete.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SSLHandshakeCompletedEvent
public SSLHandshakeCompletedEvent(SSLSocket socket)
getStatus
public SSLSecurityStatus getStatus()
throws java.net.SocketException
- get security information about this socket, including
cert data
getSocket
public SSLSocket getSocket()
- get socket on which the event occured