Home
last modified time | relevance | path

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

12

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketFactoriesTest.java73 assertNotNull(ssfactory.getSupportedCipherSuites()); in testDefaultInitialized()
77 assertNotNull(sfactory.getSupportedCipherSuites()); in testDefaultInitialized()
207 String[] supported = socketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites1()
210 supported = socketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites1()
225 String[] supported = serverSocketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites2()
228 supported = serverSocketFactory.getSupportedCipherSuites(); in testGetSupportedCipherSuites2()
243 String[] supported = socketFactory.getSupportedCipherSuites(); in testGetDefaultCipherSuites1()
267 String[] supported = serverSocketFactory.getSupportedCipherSuites(); in testGetDefaultCipherSuites2()
DSSLServerSocketImplTest.java312 String[] supported = ssocket.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
331 String[] supported = ssocket.getSupportedCipherSuites(); in testGetEnabledCipherSuites()
379 String[] supported = ssocket.getSupportedCipherSuites(); in testSetEnabledCipherSuites()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLServerSocketFactoryImpl.java51 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl
52 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DOpenSSLServerSocketImpl.java100 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketImpl
101 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
DOpenSSLSocketFactoryImpl.java54 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketFactoryImpl
55 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DSSLServerSocketFactoryWrapper.java80 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryWrapper
81 return mFactory.getSupportedCipherSuites(); in getSupportedCipherSuites()
DSSLSocketFactoryWrapper.java110 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryWrapper
111 return mFactory.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/conscrypt/src/compat/java/org/conscrypt/
DBaseOpenSSLSocketAdapterFactory.java39 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in BaseOpenSSLSocketAdapterFactory
40 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DKitKatPlatformOpenSSLSocketImplAdapter.java273 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter
274 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DPreKitKatPlatformOpenSSLSocketImplAdapter.java273 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter
274 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocketFactory.java76 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
77 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DDelegatingSSLSocket.java48 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocket
49 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
DConnectionSpecTest.java117 if (Arrays.asList(socket.getSupportedCipherSuites()).contains("TLS_FALLBACK_SCSV")) { in tls_defaultCiphers_withFallbackIndicator()
147 if (Arrays.asList(socket.getSupportedCipherSuites()).contains("TLS_FALLBACK_SCSV")) { in tls_explicitCiphers()
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
DDefaultSSLServerSocketFactoryTest.java85 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
DSSLServerSocketFactoryTest.java83 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
DSSLSocketFactoryTest.java83 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
DDefaultSSLSocketFactoryTest.java104 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLServerSocketTest.java108 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLServerSocket
DSSLSocketTest.java130 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLSocket
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java302 …",Arrays.asList(engine.getEnabledCipherSuites()),Arrays.asList(engine.getSupportedCipherSuites())); in doStart()
1468 socket.getSupportedCipherSuites())); in newSslServerSocket()
1488 socket.getSupportedCipherSuites())); in newSslSocket()
1523 sslEngine.getSupportedCipherSuites())); in customize()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java169 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java127 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in PlatformTest.TestSSLSocketImpl
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java180 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
DOpenSSLSocketImpl.java137 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketImpl

12