Home
last modified time | relevance | path

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

123

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLServerSocketTest.java58 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS12()
68 socket.setEnabledCipherSuites(cipherSuites); in testSetEnabledCipherSuitesAffectsGetter_TLS13()
80 socket.setEnabledCipherSuites(array); in testSetEnabledCipherSuitesStoresCopy()
115 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
119 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
DSSLEngineTest.java235 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
236 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
272 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
273 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
390 e.setEnabledCipherSuites(array); in test_SSLEngine_setEnabledCipherSuites_storesCopy()
402 e.setEnabledCipherSuites(null); in test_SSLEngine_setEnabledCipherSuites_TLS12()
408 e.setEnabledCipherSuites(new String[1]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
414 e.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLEngine_setEnabledCipherSuites_TLS12()
420 e.setEnabledCipherSuites(new String[0]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
421 e.setEnabledCipherSuites(e.getEnabledCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
[all …]
DSSLSocketTest.java255 ssl.setEnabledCipherSuites(array); in test_SSLSocket_setEnabledCipherSuites_storesCopy()
266 ssl.setEnabledCipherSuites(null); in test_SSLSocket_setEnabledCipherSuites_TLS12()
272 ssl.setEnabledCipherSuites(new String[1]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
278 ssl.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLSocket_setEnabledCipherSuites_TLS12()
283 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
284 ssl.setEnabledCipherSuites(ssl.getEnabledCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
285 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
290 ssl.setEnabledCipherSuites(cipherSuites); in test_SSLSocket_setEnabledCipherSuites_TLS12()
304 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
308 ssl.setEnabledCipherSuites(new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS13()
[all …]
/external/conscrypt/openjdk-integ-tests/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.java231 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
232 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
268 client.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
269 server.setEnabledCipherSuites(cipherSuiteArray); in test_SSLEngine_getSupportedCipherSuites_connect()
386 e.setEnabledCipherSuites(array); in test_SSLEngine_setEnabledCipherSuites_storesCopy()
398 e.setEnabledCipherSuites(null); in test_SSLEngine_setEnabledCipherSuites_TLS12()
404 e.setEnabledCipherSuites(new String[1]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
410 e.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLEngine_setEnabledCipherSuites_TLS12()
416 e.setEnabledCipherSuites(new String[0]); in test_SSLEngine_setEnabledCipherSuites_TLS12()
417 e.setEnabledCipherSuites(e.getEnabledCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
[all …]
DSSLSocketTest.java251 ssl.setEnabledCipherSuites(array); in test_SSLSocket_setEnabledCipherSuites_storesCopy()
262 ssl.setEnabledCipherSuites(null); in test_SSLSocket_setEnabledCipherSuites_TLS12()
268 ssl.setEnabledCipherSuites(new String[1]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
274 ssl.setEnabledCipherSuites(new String[] {"Bogus"}); in test_SSLSocket_setEnabledCipherSuites_TLS12()
279 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS12()
280 ssl.setEnabledCipherSuites(ssl.getEnabledCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
281 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
286 ssl.setEnabledCipherSuites(cipherSuites); in test_SSLSocket_setEnabledCipherSuites_TLS12()
300 ssl.setEnabledCipherSuites(new String[0]); in test_SSLSocket_setEnabledCipherSuites_TLS13()
304 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.java149 socket.setEnabledCipherSuites(CIPHERS); in Client()
238 engine.setEnabledCipherSuites(CIPHERS);
327 engine.setEnabledCipherSuites(ciphers.toArray(new String[ciphers.size()]));
/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/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.java154 socket.setEnabledCipherSuites(CIPHERS); in Client()
243 engine.setEnabledCipherSuites(CIPHERS);
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/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/
DCAPABILITIES.md67 [`setEnabledCipherSuites()`](https://docs.oracle.com/javase/9/docs/api/javax/net/ssl/SSLSocket.html…
/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