Searched defs:cipherSuites (Results 1 - 21 of 21) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionSpec.java56 .cipherSuites(APPROVED_CIPHER_SUITES)
76 private final String[] cipherSuites; field in class:ConnectionSpec
85 this.cipherSuites = builder.cipherSuites;
98 public List<CipherSuite> cipherSuites() { method in class:ConnectionSpec
99 if (cipherSuites == null) {
102 CipherSuite[] result = new CipherSuite[cipherSuites.length];
103 for (int i = 0; i < cipherSuites.length; i++) {
104 result[i] = CipherSuite.forJavaName(cipherSuites[i]);
127 String[] cipherSuitesToEnable = specToApply.cipherSuites;
273 private String[] cipherSuites; field in class:ConnectionSpec.Builder
288 cipherSuites(CipherSuite... cipherSuites) argument
300 cipherSuites(String... cipherSuites) argument
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslConnector.java75 * @param cipherSuites The array of Ciphersuite names to exclude from
80 public abstract void setExcludeCipherSuites(String[] cipherSuites); argument
93 * @param cipherSuites The array of Ciphersuite names to include in
98 public abstract void setIncludeCipherSuites(String[] cipherSuites); argument
H A DSslSelectChannelConnector.java159 public void setExcludeCipherSuites(String[] cipherSuites) argument
161 _sslContextFactory.setExcludeCipherSuites(cipherSuites);
181 public void setIncludeCipherSuites(String[] cipherSuites) argument
183 _sslContextFactory.setIncludeCipherSuites(cipherSuites);
H A DSslSocketConnector.java402 public void setExcludeCipherSuites(String[] cipherSuites) argument
404 _sslContextFactory.setExcludeCipherSuites(cipherSuites);
413 public void setIncludeCipherSuites(String[] cipherSuites) argument
415 _sslContextFactory.setIncludeCipherSuites(cipherSuites);
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java469 private String[] cipherSuites = { field in class:SipStackImpl
1411 cipherSuites = newCipherSuites;
1420 return cipherSuites;
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLParametersImpl.java282 protected void setEnabledCipherSuites(String[] cipherSuites) { argument
283 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(cipherSuites).clone();
H A DNativeCrypto.java992 public static void setEnabledCipherSuites(long ssl, String[] cipherSuites) { argument
993 checkEnabledCipherSuites(cipherSuites);
995 for (int i = 0; i < cipherSuites.length; i++) {
996 String cipherSuite = cipherSuites[i];
1011 public static String[] checkEnabledCipherSuites(String[] cipherSuites) { argument
1012 if (cipherSuites == null) {
1013 throw new IllegalArgumentException("cipherSuites == null");
1016 for (int i = 0; i < cipherSuites.length; i++) {
1017 String cipherSuite = cipherSuites[i];
1019 throw new IllegalArgumentException("cipherSuites["
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/ssl/
H A DSslContextFactory.java376 * @param cipherSuites
380 public void setExcludeCipherSuites(String... cipherSuites) argument
384 _excludeCipherSuites.addAll(Arrays.asList(cipherSuites));
409 * @param cipherSuites
413 public void setIncludeCipherSuites(String... cipherSuites) argument
417 _includeCipherSuites = new LinkedHashSet<String>(Arrays.asList(cipherSuites));
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8834 jobjectArray cipherSuites) {
8836 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=%p", ssl, cipherSuites);
8840 if (cipherSuites == nullptr) {
8841 jniThrowNullPointerException(env, "cipherSuites == null");
8845 int length = env->GetArrayLength(cipherSuites);
8855 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=empty", ssl);
8859 JNI_TRACE("ssl=%p NativeCrypto_SSL_set_cipher_lists cipherSuites=empty => error", ssl);
8870 reinterpret_cast<jstring>(env->GetObjectArrayElement(cipherSuites, i)));
8908 reinterpret_cast<jstring>(env->GetObjectArrayElement(cipherSuites,
8833 NativeCrypto_SSL_set_cipher_lists(JNIEnv* env, jclass, jlong ssl_address, jobjectArray cipherSuites) argument
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 358 milliseconds