Name

Class javax.net.ssl.HandshakeCompletedEvent

Synopsis

Instances of this class are sent to all registered listeners on an SSL socket when the protocol negotiation of the socket has concluded.

Class Definition

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(  );
}

See also

HandshakeCompletedListener, SSLSession

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.