| Package | Description |
|---|---|
| org.mule.tooling.client.api.configuration.ssl | |
| org.mule.tooling.client.internal.configuration.ssl |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
KeyStoreConfig.Builder.build()
Builds the
KeyStoreConfig object. |
KeyStoreConfig |
SslConfiguration.getKeyStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration.Builder |
SslConfiguration.Builder.withKeyStoreConfig(KeyStoreConfig keyStoreConfig)
Sets the key store config
KeyStoreConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableKeyStoreConfig
Immutable implementation of
KeyStoreConfig. |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
ImmutableSslConfiguration.getKeyStoreConfig() |
| Constructor and Description |
|---|
ImmutableSslConfiguration(KeyStoreConfig keyStoreConfig,
TrustStoreConfig trustStoreConfig)
Creates an instance of this configuration.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.