Class PredefinedCertificateFactory

All Implemented Interfaces:
IAliasedCertificateFactory, ICertificateFactory, IKeyStoreCertificateFactory, IDynamicComponent

public class PredefinedCertificateFactory extends AbstractCertificateFactory
An example implementation of a Certificate factory that uses an external KeyStore. Nevertheless the password to load the key store must be set via AbstractCertificateFactory.setPassword(String).
Since:
4.6.4
Author:
Philip Helger
  • Constructor Details

    • PredefinedCertificateFactory

      public PredefinedCertificateFactory(@Nonnull KeyStore aKeyStore)
  • Method Details