Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssl

18 package javax.net.ssl;
26 * The event object encapsulating the information about a completed SSL
27 * handshake on a SSL connection.
34 * Creates a new {@code HandshakeCompletedEvent} with the specified SSL
35 * socket and SSL session.
38 * the SSL socket.
40 * the SSL session.
48 * Returns the SSL session associated with this event.
50 * @return the SSL session associated with this event.
126 * Returns the SSL socket that produced this event.
128 * @return the SSL socket that produced this event.