Home
last modified time | relevance | path

Searched refs:getSupportedCipherSuites (Results 1 – 25 of 55) sorted by relevance

123

/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DSSLConfigurationAsserts.java90 sslSocketFactory.getSupportedCipherSuites()); in assertSSLSocketFactoryConfigSameAsSSLContext()
119 assertCipherSuitesEqual(sslSocket.getSupportedCipherSuites(), in assertSSLSocketConfigSameAsSSLContext()
146 sslServerSocketFactory.getSupportedCipherSuites()); in assertSSLServerSocketFactoryConfigSameAsSSLContext()
177 assertCipherSuitesEqual(sslServerSocket.getSupportedCipherSuites(), in assertSSLServerSocketConfigSameAsSSLContext()
205 assertCipherSuitesEqual(sslEngine.getSupportedCipherSuites(), in assertSSLEngineConfigSameAsSSLContext()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DSSLConfigurationAsserts.java92 sslSocketFactory.getSupportedCipherSuites()); in assertSSLSocketFactoryConfigSameAsSSLContext()
121 assertCipherSuitesEqual(sslSocket.getSupportedCipherSuites(), in assertSSLSocketConfigSameAsSSLContext()
148 sslServerSocketFactory.getSupportedCipherSuites()); in assertSSLServerSocketFactoryConfigSameAsSSLContext()
179 assertCipherSuitesEqual(sslServerSocket.getSupportedCipherSuites(), in assertSSLServerSocketConfigSameAsSSLContext()
207 assertCipherSuitesEqual(sslEngine.getSupportedCipherSuites(), in assertSSLEngineConfigSameAsSSLContext()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLServerSocketTest.java56 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS12()
67 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites())}; in testSetEnabledCipherSuitesAffectsGetter_TLS13()
120 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
DSSLSocketFactoryTest.java66 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites()); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies()
DSSLEngineTest.java71 assertNotSame(e.getSupportedCipherSuites(), e.getSupportedCipherSuites()); in test_SSLEngine_getSupportedCipherSuites_returnsCopies()
200 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect()
422 e.setEnabledCipherSuites(e.getSupportedCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
426 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS12()
446 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS13()
787 String[] supportedCipherSuites = e.getSupportedCipherSuites();
DSSLSocketTest.java118 assertNotSame(ssl.getSupportedCipherSuites(), ssl.getSupportedCipherSuites()); in test_SSLSocket_getSupportedCipherSuites_returnsCopies()
169 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect()
285 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
288 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS12()
309 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
636 String[] supportedCipherSuites = ssl.getSupportedCipherSuites(); in test_SSLSocket_setSSLParameters()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLServerSocketTest.java52 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS12()
63 TestUtils.pickArbitraryNonTls13Suite(socket.getSupportedCipherSuites()) in testSetEnabledCipherSuitesAffectsGetter_TLS13()
117 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
DSSLSocketFactoryTest.java62 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites()); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies()
DSSLEngineTest.java67 assertNotSame(e.getSupportedCipherSuites(), e.getSupportedCipherSuites()); in test_SSLEngine_getSupportedCipherSuites_returnsCopies()
196 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect()
418 e.setEnabledCipherSuites(e.getSupportedCipherSuites()); in test_SSLEngine_setEnabledCipherSuites_TLS12()
422 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS12()
442 TestUtils.pickArbitraryNonTls13Suite(e.getSupportedCipherSuites()) in test_SSLEngine_setEnabledCipherSuites_TLS13()
779 String[] supportedCipherSuites = e.getSupportedCipherSuites();
DSSLSocketTest.java114 assertNotSame(ssl.getSupportedCipherSuites(), ssl.getSupportedCipherSuites()); in test_SSLSocket_getSupportedCipherSuites_returnsCopies()
165 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect()
281 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites_TLS12()
284 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS12()
305 TestUtils.pickArbitraryNonTls13Suite(ssl.getSupportedCipherSuites()) in test_SSLSocket_setEnabledCipherSuites_TLS13()
627 String[] supportedCipherSuites = ssl.getSupportedCipherSuites(); in test_SSLSocket_setSSLParameters()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLServerSocketFactoryImpl.java75 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl
76 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DConscryptServerSocket.java111 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in ConscryptServerSocket
112 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DOpenSSLSocketFactoryImpl.java84 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl
85 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DJava8EngineWrapper.java176 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in Java8EngineWrapper
177 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLServerSocketFactoryImpl.java74 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl
75 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DConscryptServerSocket.java110 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in ConscryptServerSocket
111 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DOpenSSLSocketFactoryImpl.java81 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl
82 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DJava8EngineWrapper.java175 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in Java8EngineWrapper
176 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/conscrypt/android/src/main/java/org/conscrypt/
DBaseOpenSSLSocketAdapterFactory.java39 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in BaseOpenSSLSocketAdapterFactory
40 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DPreKitKatPlatformOpenSSLSocketImplAdapter.java278 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
279 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DKitKatPlatformOpenSSLSocketImplAdapter.java278 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter
279 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocketFactory.java69 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
70 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DDelegatingSSLSocket.java48 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocket
49 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/conscrypt/repackaged/testing/src/main/java/tests/net/
DDelegatingSSLSocketFactory.java47 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
48 return mDelegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/conscrypt/testing/src/main/java/tests/net/
DDelegatingSSLSocketFactory.java45 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
46 return mDelegate.getSupportedCipherSuites(); in getSupportedCipherSuites()

123