Searched defs:getEnabledCipherSuites (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLServerSocket.java100 public abstract String[] getEnabledCipherSuites(); method in class:SSLServerSocket
H A DSSLSocket.java854 public abstract String[] getEnabledCipherSuites(); method in class:SSLSocket
1006 p.setCipherSuites(getEnabledCipherSuites());
H A DSSLEngine.java747 public abstract String[] getEnabledCipherSuites(); method in class:SSLEngine
1096 p.setCipherSuites(getEnabledCipherSuites());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLServerSocketTest.java70 public String[] getEnabledCipherSuites() { method in class:SSLServerSocketTest.mySSLServerSocket
209 * javax.net.ssl.SSLServerSocket#getEnabledCipherSuites()
228 String[] res = sss.getEnabledCipherSuites();
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java130 public String[] getEnabledCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java128 public String[] getEnabledCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine

Completed in 84 milliseconds