Searched refs:checkEnabledProtocols (Results 1 – 2 of 2) sorted by relevance
169 enabledProtocols = NativeCrypto.checkEnabledProtocols( in SSLParametersImpl()298 enabledProtocols = NativeCrypto.checkEnabledProtocols(protocols).clone(); in setEnabledProtocols()
933 checkEnabledProtocols(protocols); in setEnabledProtocols()963 public static String[] checkEnabledProtocols(String[] protocols) { in checkEnabledProtocols() method in NativeCrypto