public class TrustStoreConfig extends Object implements org.mule.runtime.api.tls.TlsContextTrustStoreConfiguration
| Constructor and Description |
|---|
TrustStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getPassword() |
String |
getPath() |
String |
getType() |
boolean |
isInsecure() |
void |
setAlgorithm(String algorithm) |
void |
setInsecure(boolean insecure) |
void |
setPassword(String password) |
void |
setPath(String path) |
void |
setType(String type) |
public String getPath()
getPath in interface org.mule.runtime.api.tls.TlsContextStoreConfigurationpublic void setPath(String path)
public String getPassword()
getPassword in interface org.mule.runtime.api.tls.TlsContextStoreConfigurationpublic void setPassword(String password)
public String getType()
getType in interface org.mule.runtime.api.tls.TlsContextStoreConfigurationpublic void setType(String type)
public String getAlgorithm()
getAlgorithm in interface org.mule.runtime.api.tls.TlsContextStoreConfigurationpublic void setAlgorithm(String algorithm)
public boolean isInsecure()
isInsecure in interface org.mule.runtime.api.tls.TlsContextTrustStoreConfigurationpublic void setInsecure(boolean insecure)
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.