java.lang.Object java.util.EventObject javax.net.ssl.HandshakeCompletedEvent
SSLSocket
HandshakeCompletedListener
SSLSession
public String getCipherSuite()
public Certificate[] getLocalCertificates()
getLocalPrincipal()
public Principal getLocalPrincipal()
getPeerPrincipal()
getLocalCertificates()
public X509Certificate[] getPeerCertificateChain() throws SSLPeerUnverifiedException
getPeerCertificates()
public Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException
public Principal getPeerPrincipal() throws SSLPeerUnverifiedException
public SSLSession getSession()
public SSLSocket getSocket()
public HandshakeCompletedEvent(SSLSocket sock, SSLSession s)