Class ValidatorKeyStoresLoader
- java.lang.Object
-
- network.oxalis.commons.certvalidator.parser.ValidatorKeyStoresLoader
-
- All Implemented Interfaces:
ValidatorRecipeParser
@MetaInfServices public class ValidatorKeyStoresLoader extends Object implements ValidatorRecipeParser
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description ValidatorKeyStoresLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse(ValidatorRecipe recipe, Map<String,Object> objectStorage)
-
-
-
Method Detail
-
parse
public void parse(ValidatorRecipe recipe, Map<String,Object> objectStorage) throws ValidatorParsingException
- Specified by:
parsein interfaceValidatorRecipeParser- Throws:
ValidatorParsingException
-
-