Home | History | Annotate | Download | only in ssl

Lines Matching defs:protocols

26  * The extension of {@code Socket} providing secure protocols like SSL (Secure
149 * Returns the names of the supported protocols.
151 * @return the names of the supported protocols.
156 * Returns the names of the enabled protocols.
158 * @return the names of the enabled protocols.
163 * Sets the names of the protocols to be enabled. Only
164 * protocols returned by {@link #getSupportedProtocols()} are allowed.
166 * @param protocols
167 * the names of the to be enabled protocols.
169 * if one of the protocols is not supported.
171 public abstract void setEnabledProtocols(String[] protocols);
301 * cipher suites, protocols, and client authentication settings.
318 * sets the enabled protocols. If the parameters specify the want
328 String[] protocols = p.getProtocols();
329 if (protocols != null) {
330 setEnabledProtocols(protocols);