Home | History | Annotate | Download | only in jsse

Lines Matching refs:ssl

37 import javax.net.ssl.HandshakeCompletedEvent;
38 import javax.net.ssl.HandshakeCompletedListener;
39 import javax.net.ssl.SSLException;
40 import javax.net.ssl.SSLHandshakeException;
41 import javax.net.ssl.SSLPeerUnverifiedException;
42 import javax.net.ssl.SSLProtocolException;
43 import javax.net.ssl.SSLSession;
44 import javax.net.ssl.X509TrustManager;
64 extends javax.net.ssl.SSLSocket
156 * Create an SSL socket that wraps another socket. Invoked by
173 * Initialize the SSL socket and set the certificates for the
183 * Initialize the SSL socket and set the certificates for the
242 * Starts a TLS/SSL handshake on this connection using some native methods
246 * listeners are notified at the end of the TLS/SSL handshake.
413 throw new IllegalStateException("SSL Session may not be created");
637 * read data received via SSL protocol.
682 * write data according to the encryption parameters given in SSL context.
923 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
937 * Note write timeouts are not part of the javax.net.ssl.SSLSocket API
952 // TODO: Close SSL sockets using a background thread so they close gracefully.
980 // Shut down the SSL connection, per se.