@ConfigurationProperties(value="spring.cloud.servicecomb.ssl") public class ServiceCombSSLProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceCombSSLProperties.KeyStoreInstanceType |
| Constructor and Description |
|---|
ServiceCombSSLProperties() |
public ServiceCombSSLProperties.KeyStoreInstanceType getKeyStoreType()
public void setKeyStoreType(ServiceCombSSLProperties.KeyStoreInstanceType keyStoreType)
public String getTrustStore()
public void setTrustStore(String trustStore)
public String getTrustStoreValue()
public void setTrustStoreValue(String trustStoreValue)
public String getKeyStore()
public void setKeyStore(String keyStore)
public String getKeyStoreValue()
public void setKeyStoreValue(String keyStoreValue)
public String getSslCustomClass()
public void setSslCustomClass(String sslCustomClass)
public String getCiphers()
public void setCiphers(String ciphers)
public String getEngine()
public void setEngine(String engine)
public String getProtocols()
public void setProtocols(String protocols)
public boolean isAuthPeer()
public void setAuthPeer(boolean authPeer)
public boolean isCheckCNHost()
public void setCheckCNHost(boolean checkCNHost)
public boolean isCheckCNWhite()
public void setCheckCNWhite(boolean checkCNWhite)
public String getCheckCNWhiteFile()
public void setCheckCNWhiteFile(String checkCNWhiteFile)
public boolean isAllowRenegociate()
public void setAllowRenegociate(boolean allowRenegociate)
public String getStorePath()
public void setStorePath(String storePath)
public String getTrustStoreType()
public void setTrustStoreType(String trustStoreType)
public String getCrl()
public void setCrl(String crl)
public boolean isEmpty()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.