/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLServerSocketTest.java | 61 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketTest.mySSLServerSocket 201 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedCipherSuites() 224 int count = sss.getSupportedCipherSuites().length; in test_EnabledCipherSuites() 226 sss.setEnabledCipherSuites(sss.getSupportedCipherSuites()); in test_EnabledCipherSuites() 230 Arrays.asList(sss.getSupportedCipherSuites()), in test_EnabledCipherSuites() 240 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedProtocols()
|
D | SSLServerSocketFactoryTest.java | 40 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLServerSocketFactoryTest.MockSSLServerSocketFactory 101 assertTrue(ssf.getSupportedCipherSuites().length > 0); in test_getSupportedCipherSuites()
|
D | SSLSocketFactoryTest.java | 123 sf.getSupportedCipherSuites().length > 0); in test_getSupportedCipherSuites()
|
D | SSLSocketTest.java | 349 String[] res = ssl.getSupportedCipherSuites(); in test_getSupportedCipherSuites() 371 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_EnabledCipherSuites() 375 Arrays.asList(ssl.getSupportedCipherSuites()), in test_EnabledCipherSuites()
|
D | SSLEngineTest.java | 63 String[] suites = e.getSupportedCipherSuites(); in test_Constructor() 100 String[] suites = e.getSupportedCipherSuites(); in test_ConstructorLjava_lang_StringI02() 163 String[] res = sse.getSupportedCipherSuites(); in test_getSupportedCipherSuites() 174 String[] st = sse.getSupportedCipherSuites(); in test_EnabledCipherSuites()
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | SSLConfigurationAsserts.java | 97 sslSocketFactory.getSupportedCipherSuites()); in assertSSLSocketFactoryConfigSameAsSSLContext() 126 assertCipherSuitesEqual(sslSocket.getSupportedCipherSuites(), in assertSSLSocketConfigSameAsSSLContext() 153 sslServerSocketFactory.getSupportedCipherSuites()); in assertSSLServerSocketFactoryConfigSameAsSSLContext() 184 assertCipherSuitesEqual(sslServerSocket.getSupportedCipherSuites(), in assertSSLServerSocketConfigSameAsSSLContext() 215 assertCipherSuitesEqual(sslEngine.getSupportedCipherSuites(), in assertSSLEngineConfigSameAsSSLContext()
|
D | TestSSLContext.java | 410 public String[] getSupportedCipherSuites() { in clientAuth() method in TestSSLContext 411 return sf.getSupportedCipherSuites(); in clientAuth()
|
/libcore/support/src/test/java/tests/net/ |
D | DelegatingSSLSocketFactory.java | 54 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DelegatingSSLSocketFactory 55 return mDelegate.getSupportedCipherSuites(); in getSupportedCipherSuites()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLServerSocketTest.java | 34 String[] cipherSuites = new String[] {socket.getSupportedCipherSuites()[0]}; in testSetEnabledCipherSuitesAffectsGetter() 76 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in testToString()
|
D | SSLSocketFactoryTest.java | 109 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryTest.FakeSSLSocketFactory 224 assertNotSame(sf.getSupportedCipherSuites(), sf.getSupportedCipherSuites()); in test_SSLSocketFactory_getSupportedCipherSuitesReturnsCopies()
|
D | SSLEngineTest.java | 82 assertNotSame(e.getSupportedCipherSuites(), e.getSupportedCipherSuites()); in test_SSLEngine_getSupportedCipherSuites_returnsCopies() 181 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect() 362 e.setEnabledCipherSuites(e.getSupportedCipherSuites()); in test_SSLEngine_setEnabledCipherSuites() 365 String[] cipherSuites = new String[] { e.getSupportedCipherSuites()[0] }; in test_SSLEngine_setEnabledCipherSuites() 757 String[] supportedCipherSuites = e.getSupportedCipherSuites();
|
D | SSLSessionContextTest.java | 170 String[] supportedCipherSuites = c.serverSocket.getSupportedCipherSuites(); in test_SSLSessionContext_setSessionCacheSize_dynamic()
|
D | SSLSocketTest.java | 131 assertNotSame(ssl.getSupportedCipherSuites(), ssl.getSupportedCipherSuites()); in test_SSLSocket_getSupportedCipherSuites_returnsCopies() 168 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect() 288 ssl.setEnabledCipherSuites(ssl.getSupportedCipherSuites()); in test_SSLSocket_setEnabledCipherSuites() 291 String[] cipherSuites = new String[] { ssl.getSupportedCipherSuites()[0] }; in test_SSLSocket_setEnabledCipherSuites() 1414 String[] supportedCipherSuites = ssl.getSupportedCipherSuites(); in test_SSLSocket_setSSLParameters() 2626 @Override public String[] getSupportedCipherSuites() { return new String[0]; } in test_SSLSocket_toString()
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLServerSocketFactory.java | 175 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocketFactory 229 public String [] getSupportedCipherSuites() { in getSupportedCipherSuites() method in DefaultSSLServerSocketFactory
|
D | SSLContextSpi.java | 194 params.setCipherSuites(socket.getSupportedCipherSuites()); in engineGetSupportedSSLParameters()
|
D | SSLSocketFactory.java | 190 public abstract String [] getSupportedCipherSuites(); 278 public String [] getSupportedCipherSuites() {
|
D | SSLServerSocket.java | 245 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLServerSocket
|
D | SSLSocket.java | 1006 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLSocket
|
D | SSLEngine.java | 1514 public abstract String [] getSupportedCipherSuites(); in getSupportedCipherSuites() method in SSLEngine
|
/libcore/tools/docs/crypto/src/java/libcore/java/security/ |
D | ListProviders.java | 144 for (String suite : engine.getSupportedCipherSuites()) { in main() 151 for (String suite : socketFactory.getSupportedCipherSuites()) { in main()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | SSLSocketFactoryImpl.java | 42 public String[] getSupportedCipherSuites() { in getSupportedCipherSuites() method in SSLSocketFactoryImpl
|
D | MySSLContextSpi.java | 134 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | MySSLContextSpi.java | 136 public String[] getSupportedCipherSuites() { return null; } in getSupportedCipherSuites() method in MySSLContextSpi.tmpSSLEngine
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 3197 public String[] getSupportedCipherSuites() { 3198 return delegate.getSupportedCipherSuites(); 3374 @Override public String[] getSupportedCipherSuites() { 3375 return delegate.getSupportedCipherSuites();
|