public interface TlsIndirectTrustStore
The information specified in this interface may be used to configure a trust store directly, as part of
TlsDirectKeyStore, or it may be stored as property values and used later, or both. It may therefore be specific to a
single connector, or global to all connectors made by that protocol, or even (in the case of the SSL transport) become a global
default value. For more information see the documentation for the connector or protocol in question. The comments in
TlsConfiguration may also be useful.
| Modifier and Type | Method and Description |
|---|---|
String |
getTrustStore() |
String |
getTrustStorePassword() |
void |
setTrustStore(String name) |
void |
setTrustStorePassword(String trustStorePassword) |
String getTrustStore()
void setTrustStore(String name) throws IOException
name - The location of the keystore that contains public certificates of trusted servers.IOException - If the location cannot be resolved via the file system or classpathString getTrustStorePassword()
getTrustStore()void setTrustStorePassword(String trustStorePassword)
trustStorePassword - The password used to protected the trust store defined in setTrustStore(String)Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.