Searched refs:setEnabledCipherSuites (Results 1 - 13 of 13) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFunctionalTest.java79 ssocket.setEnabledCipherSuites(
89 csocket.setEnabledCipherSuites(
117 ssocket.setEnabledCipherSuites(
127 csocket.setEnabledCipherSuites(
151 ssocket.setEnabledCipherSuites(
159 csocket.setEnabledCipherSuites(
H A DSSLServerSocketImplTest.java320 ssocket.setEnabledCipherSuites(supported);
325 ssocket.setEnabledCipherSuites(enabled);
347 * setEnabledCipherSuites(String[] suites) method testing.
366 ssocket.setEnabledCipherSuites(supported);
367 ssocket.setEnabledCipherSuites(enabled);
368 ssocket.setEnabledCipherSuites(supported);
378 ssocket.setEnabledCipherSuites(more_than_supported);
H A DSSLEngineImplTest.java217 engine.setEnabledCipherSuites(supported);
222 engine.setEnabledCipherSuites(enabled);
244 * setEnabledCipherSuites(String[] suites) method testing.
262 engine.setEnabledCipherSuites(supported);
263 engine.setEnabledCipherSuites(enabled);
264 engine.setEnabledCipherSuites(supported);
274 engine.setEnabledCipherSuites(more_than_supported);
1365 client.setEnabledCipherSuites(
1367 server.setEnabledCipherSuites(
H A DSSLSocketFactoriesTest.java126 ssocket.setEnabledCipherSuites(enabled);
195 csocket.setEnabledCipherSuites(enabled);
H A DSSLSocketImplTest.java398 socket.setEnabledCipherSuites(supported);
403 socket.setEnabledCipherSuites(enabled);
425 * setEnabledCipherSuites(String[] suites) method testing.
443 socket.setEnabledCipherSuites(supported);
444 socket.setEnabledCipherSuites(enabled);
445 socket.setEnabledCipherSuites(supported);
455 socket.setEnabledCipherSuites(more_than_supported);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java105 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLServerSocket
H A DSSLEngineTest.java48 e.setEnabledCipherSuites(suites);
76 e.setEnabledCipherSuites(suites);
454 public void setEnabledCipherSuites(String[] suites) { method in class:mySSLEngine
H A DSSLSocketTest.java141 public void setEnabledCipherSuites(String[] suites) { method in class:MySSLSocket
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); method in interface:SipStackExt
H A DSipStackImpl.java1410 public void setEnabledCipherSuites(String[] newCipherSuites) { method in class:SipStackImpl
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java149 public void setEnabledCipherSuites(String[] suites) { } method in class:MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java157 public void setEnabledCipherSuites(String[] suites) { } method in class:MySSLContextSpi.tmpSSLEngine
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DTLSMessageProcessor.java112 ((SSLServerSocket) this.sock).setEnabledCipherSuites(enabledCiphers);

Completed in 238 milliseconds