/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketFactoriesTest.java | 73 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()
|
D | SSLServerSocketImplTest.java | 312 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/ |
D | OpenSSLServerSocketFactoryImpl.java | 51 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketFactoryImpl 52 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | OpenSSLServerSocketImpl.java | 100 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLServerSocketImpl 101 return NativeCrypto.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | OpenSSLSocketFactoryImpl.java | 54 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/ |
D | SSLServerSocketFactoryWrapper.java | 80 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryWrapper 81 return mFactory.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | SSLSocketFactoryWrapper.java | 110 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryWrapper 111 return mFactory.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 39 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in BaseOpenSSLSocketAdapterFactory 40 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | KitKatPlatformOpenSSLSocketImplAdapter.java | 273 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in KitKatPlatformOpenSSLSocketImplAdapter 274 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | PreKitKatPlatformOpenSSLSocketImplAdapter.java | 273 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in PreKitKatPlatformOpenSSLSocketImplAdapter 274 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocketFactory.java | 76 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory 77 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | DelegatingSSLSocket.java | 48 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocket 49 return delegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
D | ConnectionSpecTest.java | 117 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/ |
D | DefaultSSLServerSocketFactoryTest.java | 85 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
|
D | SSLServerSocketFactoryTest.java | 83 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
|
D | SSLSocketFactoryTest.java | 83 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
|
D | DefaultSSLSocketFactoryTest.java | 104 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLServerSocketTest.java | 108 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLServerSocket
|
D | SSLSocketTest.java | 130 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLSocket
|
/external/jetty/src/java/org/eclipse/jetty/util/ssl/ |
D | SslContextFactory.java | 302 …",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/ |
D | org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
D | MySSLContextSpi.java | 169 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/external/okhttp/android/test/java/com/squareup/okhttp/internal/ |
D | PlatformTest.java | 127 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/ |
D | MySSLContextSpi.java | 180 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
D | OpenSSLSocketImpl.java | 137 @Override public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in OpenSSLSocketImpl
|