Package org.mozilla.jss.ssl
Class SSLHandshakeCompletedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.mozilla.jss.ssl.SSLHandshakeCompletedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SSLHandshakeCompletedEvent extends java.util.EventObjectThis class represents the event telling you a handshake operation is complete.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLHandshakeCompletedEvent(SSLSocket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLSocketgetSocket()get socket on which the event occuredSSLSecurityStatusgetStatus()get security information about this socket, including cert data
-
-
-
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
-
-