Searched defs:setEnabledCipherSuites (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DStartTlsResponse.java134 public abstract void setEnabledCipherSuites(String[] suites); method in class:StartTlsResponse
158 * @see #setEnabledCipherSuites
170 * If cipher suites have been set via <tt>setEnabledCipherSuites</tt>
190 * @see #setEnabledCipherSuites
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLServerSocket.java202 * @see #setEnabledCipherSuites(String [])
229 public abstract void setEnabledCipherSuites(String suites []); method in class:SSLServerSocket
243 * @see #setEnabledCipherSuites(String [])
488 * <code>setEnabledCipherSuites()</code> is called with that value
499 * @throws IllegalArgumentException if the setEnabledCipherSuites() or
510 setEnabledCipherSuites(s);
H A DSSLSocket.java95 * set using the <em>setEnabledCipherSuites</em> method, and
274 * @see #setEnabledCipherSuites(String [])
292 * @see #setEnabledCipherSuites(String [])
315 public abstract void setEnabledCipherSuites(String suites []); method in class:SSLSocket
630 * <code>setEnabledCipherSuites()</code> is called with that value
641 * @throws IllegalArgumentException if the setEnabledCipherSuites() or
649 setEnabledCipherSuites(s);
H A DSSLEngine.java305 * {@link #setEnabledCipherSuites(String [])} method, and
867 * @see #setEnabledCipherSuites(String [])
885 * @see #setEnabledCipherSuites(String [])
908 public abstract void setEnabledCipherSuites(String suites []); method in class:SSLEngine
1218 * <code>setEnabledCipherSuites()</code> is called with that value
1229 * @throws IllegalArgumentException if the setEnabledCipherSuites() or
1237 setEnabledCipherSuites(s);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ext/
H A DStartTlsResponseImpl.java146 public void setEnabledCipherSuites(String[] suites) { method in class:StartTlsResponseImpl
173 * @see #setEnabledCipherSuites
188 * If cipher suites have been set via <tt>setEnabledCipherSuites</tt>
208 * @see #setEnabledCipherSuites
348 sslSocket.setEnabledCipherSuites(suites);
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLEngineImpl.java65 public void setEnabledCipherSuites(String[] suites) {} method in class:MySSLEngineImpl
H A DMySSLSocketFacImpl.java80 public void setEnabledCipherSuites(String suites[]) {} method in class:MySSLSocket
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLServerSocketImpl.java190 synchronized public void setEnabledCipherSuites(String[] suites) { method in class:SSLServerSocketImpl
H A DHandshaker.java385 * SSLSocketImpl/SSLEngineImpl.setEnabledCipherSuites() (if the
388 void setEnabledCipherSuites(CipherSuiteList enabledCipherSuites) { method in class:Handshaker
H A DSSLEngineImpl.java471 handshaker.setEnabledCipherSuites(enabledCipherSuites);
1982 synchronized public void setEnabledCipherSuites(String[] suites) { method in class:SSLEngineImpl
1985 handshaker.setEnabledCipherSuites(enabledCipherSuites);
H A DSSLSocketImpl.java1272 handshaker.setEnabledCipherSuites(enabledCipherSuites);
2353 synchronized public void setEnabledCipherSuites(String[] suites) { method in class:SSLSocketImpl
2356 handshaker.setEnabledCipherSuites(enabledCipherSuites);

Completed in 64 milliseconds