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/
H A DSSLSocketFactoriesTest.java73 assertNotNull(ssfactory.getSupportedCipherSuites());
77 assertNotNull(sfactory.getSupportedCipherSuites());
202 * SSLSocketFactory.getSupportedCipherSuites() method testing.
207 String[] supported = socketFactory.getSupportedCipherSuites();
210 supported = socketFactory.getSupportedCipherSuites();
220 * SSLServerSocketFactory.getSupportedCipherSuites() method testing.
225 String[] supported = serverSocketFactory.getSupportedCipherSuites();
228 supported = serverSocketFactory.getSupportedCipherSuites();
243 String[] supported = socketFactory.getSupportedCipherSuites();
266 String[] supported = serverSocketFactory.getSupportedCipherSuites();
[all...]
H A DSSLServerSocketImplTest.java284 * getSupportedCipherSuites() method testing.
288 String[] supported = ssocket.getSupportedCipherSuites();
307 String[] supported = ssocket.getSupportedCipherSuites();
353 String[] supported = ssocket.getSupportedCipherSuites();
H A DSSLSocketImplTest.java363 * getSupportedCipherSuites() method testing.
367 String[] supported = socket.getSupportedCipherSuites();
386 String[] supported = socket.getSupportedCipherSuites();
431 String[] supported = socket.getSupportedCipherSuites();
H A DSSLEngineImplTest.java182 * getSupportedCipherSuites() method testing.
186 String[] supported = engine.getSupportedCipherSuites();
205 String[] supported = engine.getSupportedCipherSuites();
250 String[] supported = engine.getSupportedCipherSuites();
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java109 public String[] getSupportedCipherSuites() { method in class:MySSLServerSocket
H A DSSLSocketTest.java131 public String[] getSupportedCipherSuites() { method in class:MySSLSocket
H A DSSLContext1Test.java477 String[] supportedCipherSuites = sslSocket.getSupportedCipherSuites();
H A DSSLEngineTest.java424 public String[] getSupportedCipherSuites() { method in class:mySSLEngine
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DDefaultSSLServerSocketFactoryTest.java86 String[] res = f.getSupportedCipherSuites();
H A DDefaultSSLSocketFactoryTest.java105 String[] res = f.getSupportedCipherSuites();
H A DSSLServerSocketFactoryTest.java84 if (factory.getSupportedCipherSuites().length != 0) {
H A DSSLSocketFactoryTest.java84 if (factory.getSupportedCipherSuites().length != 0) {
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java137 public String[] getSupportedCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java145 public String[] getSupportedCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine

Completed in 251 milliseconds