Class SslContextConf


  • public class SslContextConf
    extends Object
    Configuration of SSL context.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • SslContextConf

        public SslContextConf()
    • Method Detail

      • isUseSslConf

        public boolean isUseSslConf()
      • setUseSslConf

        public void setUseSslConf​(boolean useSslConf)
      • getPasswordResolver

        public org.xipki.password.PasswordResolver getPasswordResolver()
      • setPasswordResolver

        public void setPasswordResolver​(org.xipki.password.PasswordResolver passwordResolver)
      • getSslStoreType

        public String getSslStoreType()
      • setSslStoreType

        public void setSslStoreType​(String sslStoreType)
      • setSslKeystore

        public void setSslKeystore​(String sslKeystore)
      • setSslKeystore

        public void setSslKeystore​(FileOrBinary sslKeystore)
      • getSslKeystorePassword

        public String getSslKeystorePassword()
      • setSslKeystorePassword

        public void setSslKeystorePassword​(String sslKeystorePassword)
      • getSslTrustanchors

        public FileOrBinary[] getSslTrustanchors()
      • setSslTrustanchors

        public void setSslTrustanchors​(String sslTrustanchors)
      • setSslTrustanchors

        public void setSslTrustanchors​(FileOrBinary[] sslTrustanchors)
      • getSslHostnameVerifier

        public String getSslHostnameVerifier()
      • setSslHostnameVerifier

        public void setSslHostnameVerifier​(String sslHostnameVerifier)