Home
last modified time | relevance | path

Searched defs:cipherSuites (Results 1 – 25 of 34) sorted by relevance

12

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DConnectionSpec.java83 private final String[] cipherSuites; field in ConnectionSpec
101 public List<CipherSuite> cipherSuites() { in cipherSuites() method in ConnectionSpec
256 private String[] cipherSuites; field in ConnectionSpec.Builder
277 public Builder cipherSuites(CipherSuite... cipherSuites) { in cipherSuites() argument
287 public Builder cipherSuites(String... cipherSuites) { in cipherSuites() method in ConnectionSpec.Builder
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionSpec.java81 private final String[] cipherSuites; field in ConnectionSpec
99 public List<CipherSuite> cipherSuites() { in cipherSuites() method in ConnectionSpec
251 private String[] cipherSuites; field in ConnectionSpec.Builder
272 public Builder cipherSuites(CipherSuite... cipherSuites) { in cipherSuites() method in ConnectionSpec.Builder
282 public Builder cipherSuites(String... cipherSuites) { in cipherSuites() method in ConnectionSpec.Builder
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DConnectionSpec.java79 private final String[] cipherSuites; field in ConnectionSpec
101 public List<CipherSuite> cipherSuites() { in cipherSuites() method in ConnectionSpec
263 List<CipherSuite> cipherSuites = cipherSuites(); in toString() local
276 private String[] cipherSuites; field in ConnectionSpec.Builder
291 public Builder cipherSuites(CipherSuite... cipherSuites) { in cipherSuites() method in ConnectionSpec.Builder
303 public Builder cipherSuites(String... cipherSuites) { in cipherSuites() method in ConnectionSpec.Builder
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLParametersTest.java57 String[] cipherSuites = new String[] {"foo", null, "bar"}; in test_SSLParameters_cipherSuitesConstructor() local
69 String[] cipherSuites = new String[] {"foo", null, "bar"}; in test_SSLParameters_cpherSuitesProtocolsConstructor() local
88 String[] cipherSuites = new String[] {"fnord"}; in test_SSLParameters_CipherSuites() local
DSSLServerSocketTest.java55 String[] cipherSuites = new String[] { in testSetEnabledCipherSuitesAffectsGetter_TLS12() local
66 String[] cipherSuites = new String[] { in testSetEnabledCipherSuitesAffectsGetter_TLS13() local
DSSLSocketTest.java169 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect() local
287 String[] cipherSuites = new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS12() local
613 String[] cipherSuites = p.getCipherSuites(); in test_SSLSocket_getSSLParameters() local
DSSLEngineTest.java200 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect() local
425 String[] cipherSuites = new String[] { in test_SSLEngine_setEnabledCipherSuites_TLS12() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLParametersTest.java53 String[] cipherSuites = new String[] {"foo", null, "bar"}; in test_SSLParameters_cipherSuitesConstructor() local
65 String[] cipherSuites = new String[] {"foo", null, "bar"}; in test_SSLParameters_cpherSuitesProtocolsConstructor() local
84 String[] cipherSuites = new String[] {"fnord"}; in test_SSLParameters_CipherSuites() local
DSSLServerSocketTest.java51 String[] cipherSuites = new String[] { in testSetEnabledCipherSuitesAffectsGetter_TLS12() local
62 String[] cipherSuites = new String[] { in testSetEnabledCipherSuitesAffectsGetter_TLS13() local
DSSLSocketTest.java165 String[] cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites(); in test_SSLSocket_getSupportedCipherSuites_connect() local
283 String[] cipherSuites = new String[] { in test_SSLSocket_setEnabledCipherSuites_TLS12() local
604 String[] cipherSuites = p.getCipherSuites(); in test_SSLSocket_getSSLParameters() local
DSSLEngineTest.java196 String[] cipherSuites = c.clientContext.createSSLEngine().getSupportedCipherSuites(); in test_SSLEngine_getSupportedCipherSuites_connect() local
421 String[] cipherSuites = new String[] { in test_SSLEngine_setEnabledCipherSuites_TLS12() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DStandardNames.java337 Set<String> expected, String[] cipherSuites) { in assertValidCipherSuites()
359 private static void assertSupportedCipherSuites(Set<String> expected, String[] cipherSuites) { in assertSupportedCipherSuites()
409 public static void assertValidCipherSuites(String[] cipherSuites) { in assertValidCipherSuites()
416 public static void assertSupportedCipherSuites(String[] cipherSuites) { in assertSupportedCipherSuites()
424 public static void assertDefaultCipherSuites(String[] cipherSuites) { in assertDefaultCipherSuites()
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DStandardNames.java335 Set<String> expected, String[] cipherSuites) { in assertValidCipherSuites()
357 private static void assertSupportedCipherSuites(Set<String> expected, String[] cipherSuites) { in assertSupportedCipherSuites()
407 public static void assertValidCipherSuites(String[] cipherSuites) { in assertValidCipherSuites()
414 public static void assertSupportedCipherSuites(String[] cipherSuites) { in assertSupportedCipherSuites()
422 public static void assertDefaultCipherSuites(String[] cipherSuites) { in assertDefaultCipherSuites()
/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/
DServerEndpoint.java71 private final String[] cipherSuites; field in ServerEndpoint
83 String[] cipherSuites) throws IOException { in ServerEndpoint()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DServerEndpoint.java68 private final String[] cipherSuites; field in ServerEndpoint
80 String[] cipherSuites) throws IOException { in ServerEndpoint()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DUtilsTest.java60 List<CipherSuite> cipherSuites = spec.cipherSuites(); in convertSpecKeepsAllData() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DClientHello.java38 public List<CipherSuite> cipherSuites; field in ClientHello
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DClientHello.java36 public List<CipherSuite> cipherSuites; field in ClientHello
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DUtils.java77 CipherSuite[] cipherSuites = new CipherSuite[cipherSuiteList.size()]; in convertSpec() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLParametersImpl.java254 void setEnabledCipherSuites(String[] cipherSuites) { in setEnabledCipherSuites()
434 private static String[] filterFromCipherSuites(String[] cipherSuites, Set<String> toRemove) { in filterFromCipherSuites()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLParametersImpl.java258 void setEnabledCipherSuites(String[] cipherSuites) { in setEnabledCipherSuites()
439 private static String[] filterFromCipherSuites(String[] cipherSuites, Set<String> toRemove) { in filterFromCipherSuites()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DTestUtils.java540 public static String pickArbitraryNonTls13Suite(String[] cipherSuites) { in pickArbitraryNonTls13Suite()
544 public static String pickArbitraryNonTls13Suite(Iterable<String> cipherSuites) { in pickArbitraryNonTls13Suite()
/external/conscrypt/testing/src/main/java/org/conscrypt/
DTestUtils.java538 public static String pickArbitraryNonTls13Suite(String[] cipherSuites) { in pickArbitraryNonTls13Suite()
542 public static String pickArbitraryNonTls13Suite(Iterable<String> cipherSuites) { in pickArbitraryNonTls13Suite()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java469 private String[] cipherSuites = { field in SipStackImpl
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go97 var cipherSuites = []*cipherSuite{ var

12