Class SslConfig

java.lang.Object
org.apache.dubbo.config.AbstractConfig
org.apache.dubbo.config.SslConfig
All Implemented Interfaces:
Serializable

public class SslConfig extends AbstractConfig
See Also:
  • Field Details

  • Constructor Details

    • SslConfig

      public SslConfig()
    • SslConfig

      public SslConfig(ApplicationModel applicationModel)
  • Method Details

    • getServerKeyCertChainPath

      @Parameter(key="server-key-cert-chain-path") public String getServerKeyCertChainPath()
    • setServerKeyCertChainPath

      public void setServerKeyCertChainPath(String serverKeyCertChainPath)
    • getServerPrivateKeyPath

      @Parameter(key="server-private-key-path") public String getServerPrivateKeyPath()
    • setServerPrivateKeyPath

      public void setServerPrivateKeyPath(String serverPrivateKeyPath)
    • getServerKeyPassword

      @Parameter(key="server-key-password") public String getServerKeyPassword()
    • setServerKeyPassword

      public void setServerKeyPassword(String serverKeyPassword)
    • getServerTrustCertCollectionPath

      @Parameter(key="server-trust-cert-collection-path") public String getServerTrustCertCollectionPath()
    • setServerTrustCertCollectionPath

      public void setServerTrustCertCollectionPath(String serverTrustCertCollectionPath)
    • getClientKeyCertChainPath

      @Parameter(key="client-key-cert-chain-path") public String getClientKeyCertChainPath()
    • setClientKeyCertChainPath

      public void setClientKeyCertChainPath(String clientKeyCertChainPath)
    • getClientPrivateKeyPath

      @Parameter(key="client-private-key-path") public String getClientPrivateKeyPath()
    • setClientPrivateKeyPath

      public void setClientPrivateKeyPath(String clientPrivateKeyPath)
    • getClientKeyPassword

      @Parameter(key="client-key-password") public String getClientKeyPassword()
    • setClientKeyPassword

      public void setClientKeyPassword(String clientKeyPassword)
    • getClientTrustCertCollectionPath

      @Parameter(key="client-trust-cert-collection-path") public String getClientTrustCertCollectionPath()
    • setClientTrustCertCollectionPath

      public void setClientTrustCertCollectionPath(String clientTrustCertCollectionPath)
    • getCaAddress

      public String getCaAddress()
    • setCaAddress

      public void setCaAddress(String caAddress)
    • getEnvType

      public String getEnvType()
    • setEnvType

      public void setEnvType(String envType)
    • getCaCertPath

      public String getCaCertPath()
    • setCaCertPath

      public void setCaCertPath(String caCertPath)
    • getOidcTokenPath

      public String getOidcTokenPath()
    • setOidcTokenPath

      public void setOidcTokenPath(String oidcTokenPath)
    • getServerKeyCertChainPathStream

      public InputStream getServerKeyCertChainPathStream() throws IOException
      Throws:
      IOException
    • setServerKeyCertChainPathStream

      public void setServerKeyCertChainPathStream(InputStream serverKeyCertChainPathStream)
    • getServerPrivateKeyPathStream

      public InputStream getServerPrivateKeyPathStream() throws IOException
      Throws:
      IOException
    • setServerPrivateKeyPathStream

      public void setServerPrivateKeyPathStream(InputStream serverPrivateKeyPathStream)
    • getServerTrustCertCollectionPathStream

      public InputStream getServerTrustCertCollectionPathStream() throws IOException
      Throws:
      IOException
    • setServerTrustCertCollectionPathStream

      public void setServerTrustCertCollectionPathStream(InputStream serverTrustCertCollectionPathStream)
    • getClientKeyCertChainPathStream

      public InputStream getClientKeyCertChainPathStream() throws IOException
      Throws:
      IOException
    • setClientKeyCertChainPathStream

      public void setClientKeyCertChainPathStream(InputStream clientKeyCertChainPathStream)
    • getClientPrivateKeyPathStream

      public InputStream getClientPrivateKeyPathStream() throws IOException
      Throws:
      IOException
    • setClientPrivateKeyPathStream

      public void setClientPrivateKeyPathStream(InputStream clientPrivateKeyPathStream)
    • getClientTrustCertCollectionPathStream

      public InputStream getClientTrustCertCollectionPathStream() throws IOException
      Throws:
      IOException
    • setClientTrustCertCollectionPathStream

      public void setClientTrustCertCollectionPathStream(InputStream clientTrustCertCollectionPathStream)