Interface SSLTrustStoreProvider

  • All Known Implementing Classes:
    AgentUserSSLTrustStoreManager

    public interface SSLTrustStoreProvider
    Interface for component which can return addition trust store for outgoing ssl connections.
    Since:
    2018.1
    Author:
    Mikhail Khorkov
    • Method Detail

      • getTrustStore

        @Nullable
        java.security.KeyStore getTrustStore()
        Returns key store with addition trusted certificates.
        Returns:
        key store with addition trusted certificates or null if there is no one