Interface IKeyStoreCertificateFactory

All Superinterfaces:
ICertificateFactory, IDynamicComponent
All Known Implementing Classes:
AbstractCertificateFactory, CertificateFactory, PredefinedCertificateFactory

public interface IKeyStoreCertificateFactory extends ICertificateFactory
Base interface for a certificate factory that is based on a key store.
Author:
Philip Helger
  • Method Details

    • getKeyStore

      @Nonnull KeyStore getKeyStore()
      Returns:
      The key store this certificate factory deals with. May not be null.
    • reinitKeyStore

      void reinitKeyStore() throws AS2Exception
      Reload the key store from the configured source.
      Throws:
      AS2Exception - in case of error
      Since:
      4.6.4