May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class javax.net.ssl.HandshakeCompletedEvent
Instances of this class are sent to all registered listeners on an SSL socket when the protocol negotiation of the socket has concluded.
public class javax.net.ssl.HandshakeCompletedEvent
extends java.util.EventObject {
// Constructors
public HandshakeCompletedEvent(SSLSocket, SSLSession);
// Instance Methods
public String getCipherSuite( );
public javax.security.cert.X509Certificate[]
getPeerCertificateChain( );
public SSLSession getSession( );
public SSLSocket getSocket( );
}
HandshakeCompletedListener, SSLSession
|
Read now
Unlock full access