Home
last modified time | relevance | path

Searched refs:getSupportedProtocols (Results 1 – 25 of 28) sorted by relevance

12

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLServerSocketImpl.java71 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLServerSocketImpl
72 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DOpenSSLEngineImpl.java300 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLEngineImpl
301 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DOpenSSLSocketImpl.java916 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLSocketImpl
917 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DNativeCrypto.java924 public static String[] getSupportedProtocols() { in getSupportedProtocols() method in NativeCrypto
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLServerSocketImplTest.java426 String[] supported = ssocket.getSupportedProtocols(); in testGetSupportedProtocols()
430 supported = ssocket.getSupportedProtocols(); in testGetSupportedProtocols()
446 String[] supported = ssocket.getSupportedProtocols(); in testGetEnabledProtocols()
498 String[] supported = ssocket.getSupportedProtocols(); in testSetEnabledProtocols()
DSSLSocketImplTest.java509 String[] supported = socket.getSupportedProtocols(); in testGetSupportedProtocols()
513 supported = socket.getSupportedProtocols(); in testGetSupportedProtocols()
529 String[] supported = socket.getSupportedProtocols(); in testGetEnabledProtocols()
576 String[] supported = socket.getSupportedProtocols(); in testSetEnabledProtocols()
DSSLEngineImplTest.java298 String[] supported = engine.getSupportedProtocols(); in testGetSupportedProtocols()
302 supported = engine.getSupportedProtocols(); in testGetSupportedProtocols()
318 String[] supported = engine.getSupportedProtocols(); in testGetEnabledProtocols()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java60 @Override public String[] getSupportedProtocols() { in getSupportedProtocols() method in DelegatingSSLSocket
61 return delegate.getSupportedProtocols(); in getSupportedProtocols()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLServerSocketTest.java113 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLServerSocket
DSSLSocketTest.java144 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLSocket
DSSLEngineTest.java427 public String[] getSupportedProtocols() { in getSupportedProtocols() method in mySSLEngine
DSSLContext1Test.java475 String[] supportedProtocols = sslSocket.getSupportedProtocols(); in testGetSupportedSSLParameters()
/external/conscrypt/src/compat/java/org/conscrypt/
DKitKatPlatformOpenSSLSocketImplAdapter.java288 public String[] getSupportedProtocols() { in getSupportedProtocols() method in KitKatPlatformOpenSSLSocketImplAdapter
289 return delegate.getSupportedProtocols(); in getSupportedProtocols()
DPreKitKatPlatformOpenSSLSocketImplAdapter.java288 public String[] getSupportedProtocols() { in getSupportedProtocols() method in PreKitKatPlatformOpenSSLSocketImplAdapter
289 return delegate.getSupportedProtocols(); in getSupportedProtocols()
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
DSslContextFactory.java300 … of {}",Arrays.asList(engine.getEnabledProtocols()),Arrays.asList(engine.getSupportedProtocols())); in doStart()
1469 ….setEnabledProtocols(selectProtocols(socket.getEnabledProtocols(),socket.getSupportedProtocols())); in newSslServerSocket()
1489 ….setEnabledProtocols(selectProtocols(socket.getEnabledProtocols(),socket.getSupportedProtocols())); in newSslSocket()
1525 …abledProtocols(selectProtocols(sslEngine.getEnabledProtocols(),sslEngine.getSupportedProtocols())); in customize()
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java174 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLContextSpi.tmpSSLEngine
/external/okhttp/android/test/java/com/squareup/okhttp/internal/
DPlatformTest.java141 public String[] getSupportedProtocols() { in getSupportedProtocols() method in PlatformTest.TestSSLSocketImpl
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java185 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLContextSpi.tmpSSLEngine
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
DOpenSSLSocketImpl.java149 @Override public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLSocketImpl
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
DOpenSSLSocketImpl.java149 @Override public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLSocketImpl
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java511 ss.setEnabledProtocols(ss.getSupportedProtocols()); in create()
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...

12