Class PKIXInlineValidationInfoParser

All Implemented Interfaces:
BeanDefinitionParser

public class PKIXInlineValidationInfoParser extends AbstractPKIXValidationInfoParser
Parser for <ValidationInfo type="PKIXInline">.

All of the heavy lifting is done in the super class and the associated factory bean (which gets the parameters of the type is wants by virtue of Springs type coercion).

  • Field Details

    • SCHEMA_TYPE

      public static final QName SCHEMA_TYPE
      Element Name.
  • Constructor Details

    • PKIXInlineValidationInfoParser

      public PKIXInlineValidationInfoParser()
  • Method Details