getSupportedEngines static method

List<String> getSupportedEngines()

Get supported engines for current platform

Implementation

static List<String> getSupportedEngines() {
  return VpnEngineFactory.getSupportedEngineNames();
}