java.lang.ObjectThis event indicates that an SSL handshake completed on a given SSL connection. All of the core information about that handshake's result is captured through an "SSLSession" object. As a convenience, this event class provides direct access to some important session attributes.java.util.EventObject
javax.net.ssl.HandshakeCompletedEvent
The source of this event is the SSLSocket on which handshaking just completed.
1.4
- David
- BrownellConstructor: |
---|
|
Method from javax.net.ssl.HandshakeCompletedEvent Summary: |
---|
getCipherSuite, getLocalCertificates, getLocalPrincipal, getPeerCertificateChain, getPeerCertificates, getPeerPrincipal, getSession, getSocket |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.net.ssl.HandshakeCompletedEvent Detail: |
---|
|
|
|
Note: this method exists for compatibility with previous releases. New applications should use #getPeerCertificates instead. |
|
|
|
|