Class RegExp

    • Field Detail

      • m_RegExp

        protected BaseRegExp m_RegExp
        the regular expression to match.
    • Constructor Detail

      • RegExp

        public RegExp()
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression that the hostnames must match.
        Parameters:
        value - the expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression that the hostnames must match.
        Returns:
        the expression
      • regExpTipText

        public String regExpTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doVerify

        protected boolean doVerify​(String hostname,
                                   SSLSession session)
        Performs the actual verification of the host.
        Specified by:
        doVerify in class AbstractHostnameVerifier
        Parameters:
        hostname - the hostname to check
        session - the current session
        Returns:
        true if passes check