Class AbstractKeyManagersParametersFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware

    public abstract class AbstractKeyManagersParametersFactoryBean
    extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyManagersParameters>
    A representation of configuration options for creating and loading KeyManager instance(s).
    • Field Detail

      • keyPassword

        @Metadata(description="The optional password for recovering keys in the key store. Used by the KeyManagerFactory that creates the KeyManagers represented by this object\'s configuration.")
        protected String keyPassword
      • provider

        @Metadata(description="The optional provider identifier for the KeyManagerFactory used to create the KeyManagers represented by this object\'s configuration.")
        protected String provider
      • algorithm

        @Metadata(description="The optional algorithm name for the KeyManagerFactory used to create the KeyManagers represented by this object\'s configuration. See the Java Secure Socket Extension Reference Guide</a> for information about standard algorithm names.")
        protected String algorithm
    • Constructor Detail

      • AbstractKeyManagersParametersFactoryBean

        public AbstractKeyManagersParametersFactoryBean()