Searched refs:fullCipherSuiteList (Results 1 – 1 of 1) sorted by relevance
77 final List<String> fullCipherSuiteList = new ArrayList<String>(Arrays.asList( in SSLSocketFactoryWrapper() local79 final Set<String> baseDefaultCipherSuiteSet = new HashSet<String>(fullCipherSuiteList); in SSLSocketFactoryWrapper()88 fullCipherSuiteList.add(cipherSuite); in SSLSocketFactoryWrapper()91 mDefaultCipherSuites = new String[fullCipherSuiteList.size()]; in SSLSocketFactoryWrapper()92 fullCipherSuiteList.toArray(mDefaultCipherSuites); in SSLSocketFactoryWrapper()