Home | History | Annotate | Download | only in ssl

Lines Matching refs:protocols

26  * The extension of {@code Socket} providing secure protocols like SSL (Secure
160 * Returns the names of the supported protocols.
165 * Returns the names of the enabled protocols.
170 * Sets the names of the protocols to be enabled. Only
171 * protocols returned by {@link #getSupportedProtocols()} are allowed.
173 * @param protocols
174 * the names of the to be enabled protocols.
176 * if one of the protocols is not supported.
178 public abstract void setEnabledProtocols(String[] protocols);
293 * cipher suites, protocols, and client authentication settings.
310 * sets the enabled protocols. If the parameters specify the want
320 String[] protocols = p.getProtocols();
321 if (protocols != null) {
322 setEnabledProtocols(protocols);