Home
last modified time | relevance | path

Searched defs:getSupportedCipherSuites (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocketFactory.java186 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
240 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
DSSLServerSocket.java255 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
DSSLSocket.java1043 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocket
DSSLEngine.java1547 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLEngine
/libcore/ojluni/annotations/hiddenapi/javax/net/ssl/
DSSLServerSocketFactory.java49 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
DSSLSocketFactory.java53 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocketFactory
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DFakeSSLServerSocketFactory.java38 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in FakeSSLServerSocketFactory
DFakeSSLSocketFactory.java35 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in FakeSSLSocketFactory
DSSLSocketTest.java33 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLSocketTest.PlainSSLSocket
DSSLEngineTest.java43 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLEngineTest.PlainSSLEngine
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLServerSocketFactoryTest.java40 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryTest.MockSSLServerSocketFactory
DSSLServerSocketTest.java64 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketTest.mySSLServerSocket
DSSLEngineTest.java1059 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getRawEngine() method in SSLEngineTest
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLSocketFactoryImpl.java42 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryImpl
DMySSLContextSpi.java134 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java410 public String[] getSupportedCipherSuites() { in clientAuth() method in TestSSLContext