Searched refs:_keyManagerFactoryAlgorithm (Results 1 – 1 of 1) sorted by relevance
165 private String _keyManagerFactoryAlgorithm = DEFAULT_KEYMANAGERFACTORY_ALGORITHM; field in SslContextFactory882 return (_keyManagerFactoryAlgorithm); in getSslKeyManagerFactoryAlgorithm()894 _keyManagerFactoryAlgorithm = algorithm; in setSslKeyManagerFactoryAlgorithm()1079 … KeyManagerFactory keyManagerFactory = KeyManagerFactory.getInstance(_keyManagerFactoryAlgorithm); in getKeyManagers()1181 _trustManagerFactoryAlgorithm = _keyManagerFactoryAlgorithm; in checkKeyStore()