Class AbstractPKIXValidationInfoParser

All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
PKIXInlineValidationInfoParser, PKIXResourceValidationInfoParser

public abstract class AbstractPKIXValidationInfoParser extends AbstractCustomBeanDefinitionParser
Base parser for all <ValidationInfo> types. This does all the heavy lifting of creating lists of strings from the sub-elements. The derived classes specify which factory bean to create and that in turn converts from string to CRL or Certificate (either inline or from a file).