public static class TrustStoreConfig.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TrustStoreConfig |
build()
Builds the
TrustStoreConfig object. |
TrustStoreConfig.Builder |
withTrustStoreFile(File trustStoreFile)
Sets the trust store
File. |
TrustStoreConfig.Builder |
withTrustStorePassword(String trustStorePassword)
Sets the password for the trust store.
|
public TrustStoreConfig.Builder withTrustStoreFile(File trustStoreFile)
File.trustStoreFile - key store File.public TrustStoreConfig.Builder withTrustStorePassword(String trustStorePassword)
trustStorePassword - password for the trust store.public TrustStoreConfig build()
TrustStoreConfig object.TrustStoreConfig with the value sets.Copyright © 2020 MuleSoft, Inc.. All rights reserved.