![JAR search and dependency download from the Maven repository](/logo.png)
no.difi.certvalidator.api.Report Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-certvalidator Show documentation
Show all versions of commons-certvalidator Show documentation
Rule engine for creation of certificate validator.
package no.difi.certvalidator.api;
import java.util.Set;
/**
* @author erlend
*/
public interface Report {
boolean contains(Property key);
void set(Property key, T value);
T get(Property key);
Set keys();
Report copy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy