Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl

18 package javax.net.ssl;
103 * extensions and SSL deflate compression. Should that fail, the
143 * Sets the default SSL socket factory to be used by new instances.
146 * the new default SSL socket factory.
158 * Returns the default SSL socket factory for new instances.
160 * @return the default SSL socket factory for new instances.
189 * Returns the name of the cipher suite negotiated during the SSL handshake.
191 * @return the name of the cipher suite negotiated during the SSL handshake.
280 * Sets the SSL socket factory for this instance.
283 * the SSL socket factory to be used by this instance.
295 * Returns the SSL socket factory used by this instance.
297 * @return the SSL socket factory used by this instance.