Interface CertSelector

    • Method Detail

      • clone

        Object clone()
        Clones this CertSelector instance.
        Returns:
        the cloned instance.
      • match

        boolean match​(Certificate cert)
        Checks whether the defined criteria of this instance match the specified certificate.
        Parameters:
        cert - the certificate to be evaluated.
        Returns:
        true if the certificate matches the criteria, false otherwise.