Searched defs:getSupportedCipherSuites (Results 1 – 12 of 12) sorted by relevance
176 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory230 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
245 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
1006 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocket
1515 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLEngine
40 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryTest.MockSSLServerSocketFactory
61 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketTest.mySSLServerSocket
42 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryImpl
134 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
54 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory
104 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryTest.FakeSSLSocketFactory
136 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
410 public String[] getSupportedCipherSuites() { in clientAuth() method in TestSSLContext