Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl

18 package javax.net.ssl;
101 * extensions and SSL deflate compression. Should that fail, the
136 * Sets the default SSL socket factory to be used by new instances.
139 * the new default SSL socket factory.
151 * Returns the default SSL socket factory for new instances.
153 * @return the default SSL socket factory for new instances.
182 * Returns the name of the cipher suite negotiated during the SSL handshake.
184 * @return the name of the cipher suite negotiated during the SSL handshake.
273 * Sets the SSL socket factory for this instance.
276 * the SSL socket factory to be used by this instance.
288 * Returns the SSL socket factory used by this instance.
290 * @return the SSL socket factory used by this instance.