Class SslContextConfWrapper


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

      • SslContextConfWrapper

        public SslContextConfWrapper()
    • Method Detail

      • isUseSslConf

        public boolean isUseSslConf()
      • setUseSslConf

        public void setUseSslConf​(boolean useSslConf)
      • setSslStoreType

        public void setSslStoreType​(java.lang.String sslStoreType)
      • setSslKeystore

        public void setSslKeystore​(java.lang.String sslKeystore)
      • setSslKeystore

        public void setSslKeystore​(FileOrBinary sslKeystore)
      • setSslKeystorePassword

        public void setSslKeystorePassword​(java.lang.String sslKeystorePassword)
      • setSslTrustanchors

        public void setSslTrustanchors​(java.lang.String sslTrustanchors)
      • setSslHostnameVerifier

        public void setSslHostnameVerifier​(java.lang.String sslHostnameVerifier)