Home
last modified time | relevance | path

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

123

/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLServerSocketTest.java54 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS12()
65 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS13()
77 socket.setEnabledCipherSuites(array); in testSetEnabledCipherSuitesStoresCopy()
112 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
116 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
DSSLEngineTest.java232 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
233 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
269 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
270 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
387 e.setEnabledCipherSuites(array); in test_SSLEngine_setEnabledCipherSuites_storesCopy()
399 e.setEnabledCipherSuites(null); in test_SSLEngine_setEnabledCipherSuites_TLS12()
405 e.setEnabledCipherSuites(new String[1]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
411 e.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLEngine_setEnabledCipherSuites_TLS12()
417 e.setEnabledCipherSuites(new String[0]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
418 e.setEnabledCipherSuites(e.getEnabledCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
[all …]
DSSLSocketTest.java286 ssl.setEnabledCipherSuites(array); in test_SSLSocket_setEnabledCipherSuites_storesCopy()
297 ssl.setEnabledCipherSuites(null); in test_SSLSocket_setEnabledCipherSuites_TLS12()
303 ssl.setEnabledCipherSuites(new String[1]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
309 ssl.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLSocket_setEnabledCipherSuites_TLS12()
314 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
315 ssl.setEnabledCipherSuites(ssl.getEnabledCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
316 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
321 ssl.setEnabledCipherSuites(cipherSuites); in test_SSLSocket_setEnabledCipherSuites_TLS12()
335 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
339 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLServerSocketTest.java58 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS12()
69 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS13()
81 socket.setEnabledCipherSuites(array); in testSetEnabledCipherSuitesStoresCopy()
116 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
120 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
DSSLEngineTest.java236 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
237 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
273 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
274 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
391 e.setEnabledCipherSuites(array); in test_SSLEngine_setEnabledCipherSuites_storesCopy()
403 e.setEnabledCipherSuites(null); in test_SSLEngine_setEnabledCipherSuites_TLS12()
409 e.setEnabledCipherSuites(new String[1]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
415 e.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLEngine_setEnabledCipherSuites_TLS12()
421 e.setEnabledCipherSuites(new String[0]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
422 e.setEnabledCipherSuites(e.getEnabledCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
[all …]
DSSLSocketTest.java290 ssl.setEnabledCipherSuites(array); in test_SSLSocket_setEnabledCipherSuites_storesCopy()
301 ssl.setEnabledCipherSuites(null); in test_SSLSocket_setEnabledCipherSuites_TLS12()
307 ssl.setEnabledCipherSuites(new String[1]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
313 ssl.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLSocket_setEnabledCipherSuites_TLS12()
318 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
319 ssl.setEnabledCipherSuites(ssl.getEnabledCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
320 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
325 ssl.setEnabledCipherSuites(cipherSuites); in test_SSLSocket_setEnabledCipherSuites_TLS12()
339 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
343 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java88 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_noFallbackIndicator()
118 socket.setEnabledCipherSuites(new String[] { in tls_defaultCiphers_withFallbackIndicator()
152 socket.setEnabledCipherSuites(new String[] { in tls_explicitCiphers()
196 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
203 socket.setEnabledCipherSuites(new String[] { in tls_missingRequiredCipher()
217 sslSocket.setEnabledCipherSuites(new String[] { in allEnabledCipherSuites()
256 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/conscrypt/common/src/main/java/org/conscrypt/
DConscryptServerSocket.java142 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptServerSocket
143 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DJava8EngineWrapper.java205 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in Java8EngineWrapper
206 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DConscryptServerSocket.java143 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in ConscryptServerSocket
144 sslParameters.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DJava8EngineWrapper.java206 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in Java8EngineWrapper
207 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DOpenSSLServerSocketImplTest.java68 sslSocket.setEnabledCipherSuites(new String[] {cipher}); in newServerSocket()
100 socket.setEnabledCipherSuites(new String[] {CIPHER}); in setup()
DRenegotiationTest.java148 socket.setEnabledCipherSuites(TestUtils.getCommonCipherSuites()); in Client()
238 engine.setEnabledCipherSuites(TestUtils.getCommonCipherSuites());
327 engine.setEnabledCipherSuites(ciphers.toArray(new String[ciphers.size()]));
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DOpenSSLServerSocketImplTest.java73 sslSocket.setEnabledCipherSuites(new String[] {cipher}); in newServerSocket()
105 socket.setEnabledCipherSuites(new String[] {CIPHER}); in setup()
DRenegotiationTest.java153 socket.setEnabledCipherSuites(TestUtils.getCommonCipherSuites()); in Client()
243 engine.setEnabledCipherSuites(TestUtils.getCommonCipherSuites());
332 engine.setEnabledCipherSuites(ciphers.toArray(new String[ciphers.size()]));
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestSSLSocketPair.java78 server.setEnabledCipherSuites(serverCipherSuites); in connect()
89 client.setEnabledCipherSuites(clientCipherSuites); in connect()
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLSocketPair.java76 server.setEnabledCipherSuites(serverCipherSuites); in connect()
87 client.setEnabledCipherSuites(clientCipherSuites); in connect()
/external/conscrypt/
DIMPLEMENTATION_NOTES.md11 [`setEnabledCipherSuites()`](https://docs.oracle.com/javase/9/docs/api/javax/net/ssl/SSLSocket.html…
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackExt.java122 public void setEnabledCipherSuites(String[] newCipherSuites); in setEnabledCipherSuites() method
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
289 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
DKitKatPlatformOpenSSLSocketImplAdapter.java288 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter
289 delegate.setEnabledCipherSuites(suites); in setEnabledCipherSuites()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DClientEndpoint.java43 socket.setEnabledCipherSuites(ciphers); in ClientEndpoint()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DClientEndpoint.java44 socket.setEnabledCipherSuites(ciphers); in ClientEndpoint()

123