类 TlsConfig

java.lang.Object
com.alibaba.nacos.common.remote.TlsConfig
直接已知子类:
RpcClientTlsConfig

public class TlsConfig extends Object
gRPC config.
作者:
githubcheng2978
  • 构造器详细资料

    • TlsConfig

      public TlsConfig()
  • 方法详细资料

    • getEnableTls

      public Boolean getEnableTls()
    • setEnableTls

      public void setEnableTls(Boolean enableTls)
    • getMutualAuthEnable

      public Boolean getMutualAuthEnable()
    • setMutualAuthEnable

      public void setMutualAuthEnable(Boolean mutualAuthEnable)
    • getProtocols

      public String getProtocols()
    • setProtocols

      public void setProtocols(String protocols)
    • getTrustAll

      public Boolean getTrustAll()
    • setTrustAll

      public void setTrustAll(Boolean trustAll)
    • getCiphers

      public String getCiphers()
    • setCiphers

      public void setCiphers(String ciphers)
    • getTrustCollectionCertFile

      public String getTrustCollectionCertFile()
    • setTrustCollectionCertFile

      public void setTrustCollectionCertFile(String trustCollectionCertFile)
    • getCertPrivateKeyPassword

      public String getCertPrivateKeyPassword()
    • setCertPrivateKeyPassword

      public void setCertPrivateKeyPassword(String certPrivateKeyPassword)
    • getCertPrivateKey

      public String getCertPrivateKey()
    • setCertPrivateKey

      public void setCertPrivateKey(String certPrivateKey)
    • getCertChainFile

      public String getCertChainFile()
    • setCertChainFile

      public void setCertChainFile(String certChainFile)
    • getSslProvider

      public String getSslProvider()
    • setSslProvider

      public void setSslProvider(String sslProvider)