public interface SslConfiguration
SSLContext.| Modifier and Type | Interface and Description |
|---|---|
static class |
SslConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SslConfiguration.Builder |
builder() |
KeyStoreConfig |
getKeyStoreConfig() |
TrustStoreConfig |
getTrustStoreConfig() |
KeyStoreConfig getKeyStoreConfig()
KeyStoreConfig for this configuration.TrustStoreConfig getTrustStoreConfig()
TrustStoreConfig for this configuration.static SslConfiguration.Builder builder()
SslConfiguration.Builder to build a SslConfiguration.Copyright © 2023 MuleSoft, Inc.. All rights reserved.