Home
last modified time | relevance | path

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

/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()
266 String[] supported = serverSocketFactory.getSupportedCipherSuites(); in testGetDefaultCipherSuites2()
DSSLServerSocketImplTest.java288 String[] supported = ssocket.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
307 String[] supported = ssocket.getSupportedCipherSuites(); in testGetEnabledCipherSuites()
353 String[] supported = ssocket.getSupportedCipherSuites(); in testSetEnabledCipherSuites()
DSSLSocketImplTest.java367 String[] supported = socket.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
386 String[] supported = socket.getSupportedCipherSuites(); in testGetEnabledCipherSuites()
431 String[] supported = socket.getSupportedCipherSuites(); in testSetEnabledCipherSuites()
DSSLEngineImplTest.java186 String[] supported = engine.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
205 String[] supported = engine.getSupportedCipherSuites(); in testGetEnabledCipherSuites()
250 String[] supported = engine.getSupportedCipherSuites(); in testSetEnabledCipherSuites()
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
DDefaultSSLServerSocketFactoryTest.java86 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
DSSLSocketFactoryTest.java84 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
DSSLServerSocketFactoryTest.java84 if (factory.getSupportedCipherSuites().length != 0) { in testGetDefault()
DDefaultSSLSocketFactoryTest.java105 String[] res = f.getSupportedCipherSuites(); in testGetSupportedCipherSuites()
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLServerSocketTest.java109 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLServerSocket
DSSLSocketTest.java131 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in MySSLSocket
DSSLContext1Test.java477 String[] supportedCipherSuites = sslSocket.getSupportedCipherSuites(); in testGetSupportedSSLParameters()
DSSLEngineTest.java424 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in mySSLEngine
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java137 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java145 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine