public class ImmutableSslConfiguration extends Object implements SslConfiguration
SslConfiguration.SslConfiguration.Builder| Constructor and Description |
|---|
ImmutableSslConfiguration(KeyStoreConfig keyStoreConfig,
TrustStoreConfig trustStoreConfig)
Creates an instance of this configuration.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
getKeyStoreConfig() |
TrustStoreConfig |
getTrustStoreConfig() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbuilderpublic ImmutableSslConfiguration(KeyStoreConfig keyStoreConfig, TrustStoreConfig trustStoreConfig)
keyStoreConfig - a KeyStoreConfig.trustStoreConfig - a TrustStoreConfig.public KeyStoreConfig getKeyStoreConfig()
getKeyStoreConfig in interface SslConfigurationKeyStoreConfig for this configuration.public TrustStoreConfig getTrustStoreConfig()
getTrustStoreConfig in interface SslConfigurationTrustStoreConfig for this configuration.Copyright © 2018 MuleSoft, Inc.. All rights reserved.