public static class SslConfiguration.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration |
build()
Builds the
SslConfiguration object. |
SslConfiguration.Builder |
withKeyStoreConfig(KeyStoreConfig keyStoreConfig)
Sets the key store config
KeyStoreConfig. |
SslConfiguration.Builder |
withTrustStoreConfig(TrustStoreConfig trustStoreConfig)
Sets trust store config
TrustStoreConfig. |
public SslConfiguration.Builder withKeyStoreConfig(KeyStoreConfig keyStoreConfig)
KeyStoreConfig.keyStoreConfig - key store config KeyStoreConfig.public SslConfiguration.Builder withTrustStoreConfig(TrustStoreConfig trustStoreConfig)
TrustStoreConfig.trustStoreConfig - trust store config TrustStoreConfig.public SslConfiguration build()
SslConfiguration object.SslConfiguration with the value sets.Copyright © 2020 MuleSoft, Inc.. All rights reserved.