Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocketFactory.java176 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
230 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
DSSLServerSocket.java245 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
DSSLSocket.java1006 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocket
DSSLEngine.java1515 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLEngine
/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.java61 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketTest.mySSLServerSocket
/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/tests/net/
DDelegatingSSLSocketFactory.java54 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketFactoryTest.java104 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryTest.FakeSSLSocketFactory
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMySSLContextSpi.java136 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