Home
last modified time | relevance | path

Searched refs:expectedCipherSet (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionSpecTest.java102 Set<String> expectedCipherSet = in tls_defaultCiphers_noFallbackIndicator() local
106 assertEquals(expectedCipherSet, expectedCipherSet); in tls_defaultCiphers_noFallbackIndicator()
130 Set<String> expectedCipherSet = in tls_defaultCiphers_withFallbackIndicator() local
135 expectedCipherSet.add("TLS_FALLBACK_SCSV"); in tls_defaultCiphers_withFallbackIndicator()
137 assertEquals(expectedCipherSet, expectedCipherSet); in tls_defaultCiphers_withFallbackIndicator()
162 Set<String> expectedCipherSet = set(CipherSuite.TLS_RSA_WITH_AES_128_CBC_SHA.javaName); in tls_explicitCiphers() local
164 expectedCipherSet.add("TLS_FALLBACK_SCSV"); in tls_explicitCiphers()
166 assertEquals(expectedCipherSet, expectedCipherSet); in tls_explicitCiphers()