Package jetbrains.buildServer.util.ssl
Interface SSLTrustStoreProvider
-
- All Known Implementing Classes:
AgentUserSSLTrustStoreManager
,SecureUserSSLTrustStoreManager
,UserSSLTrustStoreManager
public interface SSLTrustStoreProvider
Interface for component which can return addition trust store for outgoing ssl connections.- Since:
- 2018.1
- Author:
- Mikhail Khorkov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyStore
getTrustStore()
Returns key store with addition trusted certificates.
-
-
-
Method Detail
-
getTrustStore
@Nullable KeyStore getTrustStore()
Returns key store with addition trusted certificates.- Returns:
- key store with addition trusted certificates or
null
if there is no one
-
-