Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DConnectionSpec.java144 String[] cipherSuitesIntersection = cipherSuites != null in supportedSpec() local
154 cipherSuitesIntersection = concat(cipherSuitesIntersection, "TLS_FALLBACK_SCSV"); in supportedSpec()
158 .cipherSuites(cipherSuitesIntersection) in supportedSpec()