Searched refs:checkEnabledProtocols (Results 1 – 2 of 2) sorted by relevance
149 enabledProtocols = NativeCrypto.checkEnabledProtocols( in SSLParametersImpl()262 enabledProtocols = NativeCrypto.checkEnabledProtocols(protocols).clone(); in setEnabledProtocols()
884 checkEnabledProtocols(protocols); in setEnabledProtocols()914 public static String[] checkEnabledProtocols(String[] protocols) { in checkEnabledProtocols() method in NativeCrypto