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
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSSLHandshakeCompletedEvent
(JSSEngine engine) SSLHandshakeCompletedEvent
(SSLSocket socket) -
Method Summary
Modifier and TypeMethodDescriptionGet engine on which the event occurred; null if on a SSLSocket.Get socket on which the event occurred; null if on a SSLEngine.Get security information about this socket, including cert data; null if on a SSLEngine.Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SSLHandshakeCompletedEvent
-
SSLHandshakeCompletedEvent
-
-
Method Details
-
getStatus
Get security information about this socket, including cert data; null if on a SSLEngine.- Throws:
SocketException
-
getSocket
Get socket on which the event occurred; null if on a SSLEngine. -
getEngine
Get engine on which the event occurred; null if on a SSLSocket.
-