public class TlsConfig extends Object
| 构造器和说明 |
|---|
TlsConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCertChainFile() |
String |
getCertPrivateKey() |
String |
getCertPrivateKeyPassword() |
String |
getCiphers() |
Boolean |
getEnableTls() |
Boolean |
getMutualAuthEnable() |
String |
getProtocols() |
String |
getSslProvider() |
Boolean |
getTrustAll() |
String |
getTrustCollectionCertFile() |
void |
setCertChainFile(String certChainFile) |
void |
setCertPrivateKey(String certPrivateKey) |
void |
setCertPrivateKeyPassword(String certPrivateKeyPassword) |
void |
setCiphers(String ciphers) |
void |
setEnableTls(Boolean enableTls) |
void |
setMutualAuthEnable(Boolean mutualAuthEnable) |
void |
setProtocols(String protocols) |
void |
setSslProvider(String sslProvider) |
void |
setTrustAll(Boolean trustAll) |
void |
setTrustCollectionCertFile(String trustCollectionCertFile) |
public Boolean getEnableTls()
public void setEnableTls(Boolean enableTls)
public Boolean getMutualAuthEnable()
public void setMutualAuthEnable(Boolean mutualAuthEnable)
public String getProtocols()
public void setProtocols(String protocols)
public Boolean getTrustAll()
public void setTrustAll(Boolean trustAll)
public String getCiphers()
public void setCiphers(String ciphers)
public String getTrustCollectionCertFile()
public void setTrustCollectionCertFile(String trustCollectionCertFile)
public String getCertPrivateKeyPassword()
public void setCertPrivateKeyPassword(String certPrivateKeyPassword)
public String getCertPrivateKey()
public void setCertPrivateKey(String certPrivateKey)
public String getCertChainFile()
public void setCertChainFile(String certChainFile)
public String getSslProvider()
public void setSslProvider(String sslProvider)
Copyright © 2018–2024 Alibaba Group. All rights reserved.