Package org.mozilla.jss.ssl
Class SSLHandshakeCompletedEvent
java.lang.Object
java.util.EventObject
org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
- All Implemented Interfaces:
Serializable
This class represents the event telling you a handshake
operation is complete.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget socket on which the event occuredget security information about this socket, including cert dataMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
SSLHandshakeCompletedEvent
-
-
Method Details
-
getStatus
get security information about this socket, including cert data- Throws:
SocketException
-
getSocket
get socket on which the event occured
-