public class SSLHandshakeCompletedEvent
extends java.util.EventObject
Constructor and Description |
---|
SSLHandshakeCompletedEvent(JSSEngine engine) |
SSLHandshakeCompletedEvent(SSLSocket socket) |
Modifier and Type | Method and Description |
---|---|
JSSEngine |
getEngine()
Get engine on which the event occurred; null if on a SSLSocket.
|
SSLSocket |
getSocket()
Get socket on which the event occurred; null if on a SSLEngine.
|
SSLSecurityStatus |
getStatus()
Get security information about this socket, including
cert data; null if on a SSLEngine.
|
public SSLHandshakeCompletedEvent(SSLSocket socket)
public SSLHandshakeCompletedEvent(JSSEngine engine)
public SSLSecurityStatus getStatus() throws java.net.SocketException
java.net.SocketException
public SSLSocket getSocket()
public JSSEngine getEngine()