类 TlsConfig
java.lang.Object
com.alibaba.nacos.common.remote.TlsConfig
- 直接已知子类:
RpcClientTlsConfig
gRPC config.
- 作者:
- githubcheng2978
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetCertChainFile(String certChainFile) voidsetCertPrivateKey(String certPrivateKey) voidsetCertPrivateKeyPassword(String certPrivateKeyPassword) voidsetCiphers(String ciphers) voidsetEnableTls(Boolean enableTls) voidsetMutualAuthEnable(Boolean mutualAuthEnable) voidsetProtocols(String protocols) voidsetSslProvider(String sslProvider) voidsetTrustAll(Boolean trustAll) voidsetTrustCollectionCertFile(String trustCollectionCertFile)
-
构造器详细资料
-
TlsConfig
public TlsConfig()
-
-
方法详细资料
-
getEnableTls
-
setEnableTls
-
getMutualAuthEnable
-
setMutualAuthEnable
-
getProtocols
-
setProtocols
-
getTrustAll
-
setTrustAll
-
getCiphers
-
setCiphers
-
getTrustCollectionCertFile
-
setTrustCollectionCertFile
-
getCertPrivateKeyPassword
-
setCertPrivateKeyPassword
-
getCertPrivateKey
-
setCertPrivateKey
-
getCertChainFile
-
setCertChainFile
-
getSslProvider
-
setSslProvider
-