Class LdapClientTrustStoreManager

    • Constructor Detail

      • LdapClientTrustStoreManager

        public LdapClientTrustStoreManager​(String trustStoreFile,
                                           char[] trustStorePw,
                                           String trustStoreFormat,
                                           boolean isExamineValidity)
        Constructor used by connection configuration utility to load trust store manager.
        Parameters:
        trustStoreFile - contains name of trust store file.
        trustStorePw - contains the password for trust store
        trustStoreFormat - contains the format for trust store
        isExamineValidity - boolean var determines if certificate will be examined for valid dates on load.