Searched refs:getSupportedProtocols (Results 1 – 14 of 14) sorted by relevance
71 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLServerSocketImpl72 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
298 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLEngineImpl299 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
826 public String[] getSupportedProtocols() { in getSupportedProtocols() method in OpenSSLSocketImpl827 return NativeCrypto.getSupportedProtocols(); in getSupportedProtocols()
928 public static String[] getSupportedProtocols() { in getSupportedProtocols() method in NativeCrypto
426 String[] supported = ssocket.getSupportedProtocols(); in testGetSupportedProtocols()430 supported = ssocket.getSupportedProtocols(); in testGetSupportedProtocols()446 String[] supported = ssocket.getSupportedProtocols(); in testGetEnabledProtocols()498 String[] supported = ssocket.getSupportedProtocols(); in testSetEnabledProtocols()
509 String[] supported = socket.getSupportedProtocols(); in testGetSupportedProtocols()513 supported = socket.getSupportedProtocols(); in testGetSupportedProtocols()529 String[] supported = socket.getSupportedProtocols(); in testGetEnabledProtocols()576 String[] supported = socket.getSupportedProtocols(); in testSetEnabledProtocols()
298 String[] supported = engine.getSupportedProtocols(); in testGetSupportedProtocols()302 supported = engine.getSupportedProtocols(); in testGetSupportedProtocols()318 String[] supported = engine.getSupportedProtocols(); in testGetEnabledProtocols()
113 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLServerSocket
144 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLSocket
475 String[] supportedProtocols = sslSocket.getSupportedProtocols(); in testGetSupportedSSLParameters()
427 public String[] getSupportedProtocols() { in getSupportedProtocols() method in mySSLEngine
174 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLContextSpi.tmpSSLEngine
185 public String[] getSupportedProtocols() { in getSupportedProtocols() method in MySSLContextSpi.tmpSSLEngine
196 public static Collection<String> getSupportedProtocols() { in getSupportedProtocols() method in FileTransferNegotiator