Searched refs:assertSupportedProtocols (Results 1 – 2 of 2) sorted by relevance
95 StandardNames.assertSupportedProtocols(sslSocket.getSupportedProtocols()); in assertSSLSocket()119 StandardNames.assertSupportedProtocols(sslServerSocket.getSupportedProtocols()); in assertSSLServerSocket()143 StandardNames.assertSupportedProtocols(sslEngine.getSupportedProtocols()); in assertSSLEngine()178 StandardNames.assertSupportedProtocols(sslParameters.getProtocols()); in assertSupportedSSLParametersClient()
1002 public static void assertSupportedProtocols(Set<String> expected, String[] protocols) { in assertSupportedProtocols() method in StandardNames1019 public static void assertSupportedProtocols(String[] protocols) { in assertSupportedProtocols() method in StandardNames1020 assertSupportedProtocols(SSL_SOCKET_PROTOCOLS, protocols); in assertSupportedProtocols()1029 assertSupportedProtocols(SSL_SOCKET_PROTOCOLS_CLIENT_DEFAULT, protocols); in assertDefaultProtocolsClient()1038 assertSupportedProtocols(SSL_SOCKET_PROTOCOLS_SERVER_DEFAULT, protocols); in assertDefaultProtocolsServer()1047 assertSupportedProtocols(SSL_SOCKET_PROTOCOLS_CLIENT_DEFAULT, protocols); in assertSSLEngineDefaultProtocols()