Class Condition

    • Constructor Detail

      • Condition

        public Condition()
    • Method Detail

      • check

        public abstract boolean check​(CertificateToken certificateToken)
        Returns true if the condition is evaluated to true for the given certificate.
        Parameters:
        certificateToken - CertificateToken to be checked
        Returns:
        true if the condition is filled
      • toString

        public abstract String toString​(String indent)
        Returns a string representation of the condition
        Parameters:
        indent - the indentation to be used
        Returns:
        a human readable condition