Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLServerSocketImpl.java71 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLServerSocketImpl
72 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DOpenSSLEngineImpl.java298 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLEngineImpl
299 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DOpenSSLSocketImpl.java826 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLSocketImpl
827 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
DNativeCrypto.java928 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/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
DSSLContext1Test.java475 String[] supportedProtocols = sslSocket.getSupportedProtocols(); in testGetSupportedSSLParameters()
DSSLEngineTest.java427 public String[] getSupportedProtocols() { in getSupportedProtocols() method in mySSLEngine
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java174 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLContextSpi.tmpSSLEngine
/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/smack/src/org/jivesoftware/smackx/filetransfer/
DFileTransferNegotiator.java196 public static Collection<String> getSupportedProtocols() { in getSupportedProtocols() method in FileTransferNegotiator