public static class KeyStoreConfig.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreConfig |
build()
Builds the
KeyStoreConfig object. |
KeyStoreConfig.Builder |
withKeyStoreFile(File keyStoreFile)
Sets the key store
File. |
KeyStoreConfig.Builder |
withKeyStorePassword(String keyStorePassword)
Sets the password for the key store.
|
public KeyStoreConfig.Builder withKeyStoreFile(File keyStoreFile)
File.keyStoreFile - key store File.public KeyStoreConfig.Builder withKeyStorePassword(String keyStorePassword)
keyStorePassword - password for the key store.public KeyStoreConfig build()
KeyStoreConfig object.KeyStoreConfig with the value sets.Copyright © 2017 MuleSoft, Inc.. All rights reserved.