Package jetbrains.buildServer.agent.ssl
Class AgentUserSSLTrustStoreManager
- java.lang.Object
-
- jetbrains.buildServer.agent.ssl.AgentUserSSLTrustStoreManager
-
- All Implemented Interfaces:
SSLTrustStoreProvider
public class AgentUserSSLTrustStoreManager extends Object implements SSLTrustStoreProvider
Implementation of {linkSSLTrustStoreProviderfor global trust store in agent home directory.- Since:
- 2018.1
- Author:
- Mikhail Khorkov
-
-
Constructor Summary
Constructors Constructor Description AgentUserSSLTrustStoreManager(BuildAgentConfiguration buildAgentConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyStoregetTrustStore()Returns key store with addition trusted certificates.
-
-
-
Constructor Detail
-
AgentUserSSLTrustStoreManager
public AgentUserSSLTrustStoreManager(@NotNull BuildAgentConfiguration buildAgentConfiguration)
-
-
Method Detail
-
getTrustStore
@Nullable public KeyStore getTrustStore()
Description copied from interface:SSLTrustStoreProviderReturns key store with addition trusted certificates.- Specified by:
getTrustStorein interfaceSSLTrustStoreProvider- Returns:
- key store with addition trusted certificates or
nullif there is no one
-
-