Home
last modified time | relevance | path

Searched refs:setEnabledCipherSuites (Results 1 – 25 of 28) sorted by relevance

12

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java70 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_noFallbackIndicator()
99 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_withFallbackIndicator()
132 socket.setEnabledCipherSuites(new String[] { in tls_explicitCiphers()
176 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
182 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
197 socket.setEnabledCipherSuites(new String[] { in tls_missingTlsVersion()
DFallbackTestClientSocketFactory.java53 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in FallbackTestClientSocketFactory.TlsFallbackScsvDisabledSSLSocket
60 delegate.setEnabledCipherSuites( in setEnabledCipherSuites()
DDelegatingSSLSocket.java56 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in DelegatingSSLSocket
57 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFunctionalTest.java79 ssocket.setEnabledCipherSuites( in doTestInteraction()
89 csocket.setEnabledCipherSuites( in doTestInteraction()
117 ssocket.setEnabledCipherSuites( in _doTestInteraction()
127 csocket.setEnabledCipherSuites( in _doTestInteraction()
151 ssocket.setEnabledCipherSuites( in doTestSelfInteraction()
159 csocket.setEnabledCipherSuites( in doTestSelfInteraction()
DSSLServerSocketImplTest.java345 ssocket.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites()
350 ssocket.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites()
393 ssocket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
394 ssocket.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites()
395 ssocket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
405 ssocket.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites()
DSSLSocketImplTest.java429 socket.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites()
434 socket.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites()
476 socket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
477 socket.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites()
478 socket.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
488 socket.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites()
DSSLEngineImplTest.java218 engine.setEnabledCipherSuites(supported); in testGetEnabledCipherSuites()
223 engine.setEnabledCipherSuites(enabled); in testGetEnabledCipherSuites()
265 engine.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
266 engine.setEnabledCipherSuites(enabled); in testSetEnabledCipherSuites()
267 engine.setEnabledCipherSuites(supported); in testSetEnabledCipherSuites()
277 engine.setEnabledCipherSuites(more_than_supported); in testSetEnabledCipherSuites()
1375 client.setEnabledCipherSuites( in initEngines()
1377 server.setEnabledCipherSuites( in initEngines()
DSSLSocketFactoriesTest.java126 ssocket.setEnabledCipherSuites(enabled); in testSocketCreation()
195 csocket.setEnabledCipherSuites(enabled); in testSocketCreation()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLServerSocketImpl.java132 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLServerSocketImpl
133 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DOpenSSLEngineImpl.java339 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLEngineImpl
340 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DOpenSSLSocketImpl.java911 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
912 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java47 e.setEnabledCipherSuites(suites); in test01()
75 e.setEnabledCipherSuites(suites); in test03()
452 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in mySSLEngine
DSSLServerSocketTest.java104 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLServerSocket
DSSLSocketTest.java140 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLSocket
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); in setEnabledCipherSuites() method
/external/conscrypt/src/compat/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java283 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
284 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DKitKatPlatformOpenSSLSocketImplAdapter.java283 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter
284 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java199 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java137 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PlatformTest.TestSSLSocketImpl
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java210 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java1466 socket.setEnabledCipherSuites(selectCipherSuites( in newSslServerSocket()
1486 socket.setEnabledCipherSuites(selectCipherSuites( in newSslSocket()
1521 sslEngine.setEnabledCipherSuites(selectCipherSuites( in customize()
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java145 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
DOpenSSLSocketImpl.java145 @Override public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in OpenSSLSocketImpl
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTLSMessageProcessor.java112 ((SSLServerSocket) this.sock).setEnabledCipherSuites(enabledCiphers); in start()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionSpec.java130 sslSocket.setEnabledCipherSuites(cipherSuitesToEnable); in apply()

12