类 ForestSSLKeyStoreProperties

java.lang.Object
com.dtflys.forest.springboot.properties.ForestSSLKeyStoreProperties

public class ForestSSLKeyStoreProperties extends Object
  • 字段详细资料

    • id

      protected String id
    • type

      protected String type
    • file

      protected String file
    • keystorePass

      protected String keystorePass
    • certPass

      protected String certPass
    • trustStore

      protected KeyStore trustStore
    • protocols

      protected String protocols
    • cipherSuites

      protected String cipherSuites
    • trustManager

      protected String trustManager
    • hostnameVerifier

      protected String hostnameVerifier
    • sslSocketFactoryBuilder

      protected String sslSocketFactoryBuilder
  • 构造器详细资料

    • ForestSSLKeyStoreProperties

      public ForestSSLKeyStoreProperties()
  • 方法详细资料

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getFile

      public String getFile()
    • setFile

      public void setFile(String file)
    • getKeystorePass

      public String getKeystorePass()
    • setKeystorePass

      public void setKeystorePass(String keystorePass)
    • getCertPass

      public String getCertPass()
    • setCertPass

      public void setCertPass(String certPass)
    • getTrustStore

      public KeyStore getTrustStore()
    • setTrustStore

      public void setTrustStore(KeyStore trustStore)
    • getProtocols

      public String getProtocols()
    • setProtocols

      public void setProtocols(String protocols)
    • getCipherSuites

      public String getCipherSuites()
    • setCipherSuites

      public void setCipherSuites(String cipherSuites)
    • getTrustManager

      public String getTrustManager()
    • setTrustManager

      public void setTrustManager(String trustManager)
    • getHostnameVerifier

      public String getHostnameVerifier()
    • setHostnameVerifier

      public void setHostnameVerifier(String hostnameVerifier)
    • getSslSocketFactoryBuilder

      public String getSslSocketFactoryBuilder()
    • setSslSocketFactoryBuilder

      public void setSslSocketFactoryBuilder(String sslSocketFactoryBuilder)