Searched refs:checkEnabledProtocols (Results 1 – 2 of 2) sorted by relevance
148 enabledProtocols = NativeCrypto.checkEnabledProtocols( in SSLParametersImpl()238 enabledProtocols = NativeCrypto.checkEnabledProtocols(filteredProtocols).clone(); in setEnabledProtocols()
844 checkEnabledProtocols(protocols); in setEnabledProtocols()875 static String[] checkEnabledProtocols(String[] protocols) { in checkEnabledProtocols() method in NativeCrypto