Searched refs:getEnabledCipherSuites (Results 1 - 12 of 12) sorted by relevance

/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
H A DSSLServerSocket.java101 public abstract String[] getEnabledCipherSuites(); method in class:SSLServerSocket
H A DSSLSocket.java134 public abstract String[] getEnabledCipherSuites(); method in class:SSLSocket
H A DSSLEngine.java126 public abstract String[] getEnabledCipherSuites(); method in class:SSLEngine
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySSLContextSpi.java120 public String[] getEnabledCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java118 public String[] getEnabledCipherSuites() { return null; } method in class:MySSLContextSpi.tmpSSLEngine
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DSSLEngineImpl.java220 * @see javax.net.ssl.SSLEngine#getEnabledCipherSuites() method
224 public String[] getEnabledCipherSuites() { method in class:SSLEngineImpl
225 return sslParameters.getEnabledCipherSuites();
H A DOpenSSLServerSocketImpl.java200 public String[] getEnabledCipherSuites() { method in class:OpenSSLServerSocketImpl
H A DSSLParameters.java305 protected String[] getEnabledCipherSuites() { method in class:SSLParameters
H A DOpenSSLSocketImpl.java691 public String[] getEnabledCipherSuites() { method in class:OpenSSLSocketImpl
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DSSLServerSocketTest.java77 public String[] getEnabledCipherSuites() { method in class:SSLServerSocketTest.mySSLServerSocket
295 * @tests javax.net.ssl.SSLServerSocket#getEnabledCipherSuites()
302 method = "getEnabledCipherSuites",
328 String[] res = sss.getEnabledCipherSuites();
H A DSSLEngineTest.java91 assertEquals(e.getEnabledCipherSuites().length, suites.length);
150 assertEquals(e.getEnabledCipherSuites().length, suites.length);
274 * @tests javax.net.ssl.SSLEngine#getEnabledCipherSuites()
286 method = "getEnabledCipherSuites",
295 String[] res = sse.getEnabledCipherSuites();
1752 log("CipherSuites: " + Arrays.toString(engine.getEnabledCipherSuites()));
H A DSSLSocketTest.java603 * @tests javax.net.ssl.SSLSocket#getEnabledCipherSuites()
610 method = "getEnabledCipherSuites",
638 String[] res = ssl.getEnabledCipherSuites();

Completed in 2038 milliseconds