Class PKIXInlineValidationInfoFactoryBean

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<BasicPKIXValidationInformation>, InitializingBean

public class PKIXInlineValidationInfoFactoryBean extends AbstractBasicPKIXValidationInfoFactoryBean
File system specific bean for PKIXValidationInfo.
  • Field Details

    • log

      private org.slf4j.Logger log
      log.
    • certificateFiles

      private List<String> certificateFiles
      The strings to be turned into the certificates.
    • crlStrings

      private List<String> crlStrings
      The strings to be turned into the crls.
  • Constructor Details

    • PKIXInlineValidationInfoFactoryBean

      public PKIXInlineValidationInfoFactoryBean()
  • Method Details