Searched defs:getSupportedCipherSuites (Results 1 – 13 of 13) sorted by relevance
186 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory240 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
255 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
1043 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocket
1547 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLEngine
49 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory
53 public abstract java.lang.String[] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocketFactory
42 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryImpl
35 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in FakeSSLSocketFactory
33 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLSocketTest.PlainSSLSocket
43 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getSupportedCipherSuites() method in SSLEngineTest.PlainSSLEngine
64 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketTest.mySSLServerSocket
1059 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in getRawEngine() method in SSLEngineTest
410 public String[] getSupportedCipherSuites() { in clientAuth() method in TestSSLContext