Searched refs:enabledCipherSuites (Results 1 - 10 of 10) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DFallbackTestClientSocketFactory.java83 List<String> enabledCipherSuites = new ArrayList<String>(suites.length);
86 enabledCipherSuites.add(suite);
90 enabledCipherSuites.toArray(new String[enabledCipherSuites.size()]));
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java86 private String[] enabledCipherSuites; field in class:SSLParametersImpl
153 enabledCipherSuites = getDefaultCipherSuites(
240 return enabledCipherSuites.clone();
247 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(cipherSuites).clone();
472 NativeCrypto.setEnabledCipherSuites(sslNativePointer, enabledCipherSuites);
501 for (String enabledCipherSuite : enabledCipherSuites) {
730 for (String enabledCipherSuite : enabledCipherSuites) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionSpec.java200 String[] enabledCipherSuites = socket.getEnabledCipherSuites();
201 requiredCiphersEnabled = nonEmptyIntersection(cipherSuites, enabledCipherSuites);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLContext1Test.java452 String[] enabledCipherSuites = sslSocket.getEnabledCipherSuites();
455 for (int j = 0; j < enabledCipherSuites.length; j++)
457 enabledCipherSuites[j]);
H A DSSLEngineTest.java360 private String[] enabledCipherSuites; field in class:mySSLEngine
393 return enabledCipherSuites;
453 enabledCipherSuites = suites;
/external/conscrypt/src/stub/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java56 String[] enabledCipherSuites) throws IOException {
54 OpenSSLSocketImpl(SSLParametersImpl sslParameters, String[] enabledProtocols, String[] enabledCipherSuites) argument
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java56 String[] enabledCipherSuites) throws IOException {
54 OpenSSLSocketImpl(SSLParametersImpl sslParameters, String[] enabledProtocols, String[] enabledCipherSuites) argument
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java639 protected List<String> enabledCipherSuites; field in class:NativeCryptoTest.Hooks
653 if (enabledCipherSuites == null) {
661 cipherSuites.addAll(enabledCipherSuites);
1228 cHooks.enabledCipherSuites = Arrays.asList(new String[] {"ECDHE-RSA-AES128-SHA"});
1231 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites;
1261 cHooks.enabledCipherSuites = Arrays.asList(new String[] {"ECDHE-RSA-AES128-SHA"});
1264 sHooks.enabledCipherSuites = cHooks.enabledCipherSuites;
1294 cHooks.enabledCipherSuites
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
H A DSslContextFactory.java1240 * @param enabledCipherSuites Array of enabled cipher suites
1244 public String[] selectCipherSuites(String[] enabledCipherSuites, String[] supportedCipherSuites) argument
1257 selected_ciphers.addAll(Arrays.asList(enabledCipherSuites));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 394 milliseconds