Searched defs:supportedProtocols (Results 1 – 2 of 2) sorted by relevance
475 String[] supportedProtocols = sslSocket.getSupportedProtocols(); in testGetSupportedSSLParameters() local482 supportedProtocols[k]); in testGetSupportedSSLParameters() local
1212 public String[] selectProtocols(String[] enabledProtocols, String[] supportedProtocols) in selectProtocols()