![JAR search and dependency download from the Maven repository](/logo.png)
no.difi.certvalidator.api.ValidatorRecipeParser 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 no.difi.certvalidator.jaxb.ValidatorRecipe;
import no.difi.certvalidator.lang.ValidatorParsingException;
import java.util.Map;
/**
* @author erlend
*/
public interface ValidatorRecipeParser {
void parse(ValidatorRecipe validatorRecipe, Map objectStorage) throws ValidatorParsingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy