Searched refs:baseSupportedCipherSuiteSet (Results 1 – 1 of 1) sorted by relevance
82 final Set<String> baseSupportedCipherSuiteSet = new HashSet<String>(Arrays.asList( in SSLSocketFactoryWrapper() local86 if (baseSupportedCipherSuiteSet.contains(cipherSuite) && in SSLSocketFactoryWrapper()