Class AbstractKeyStoreParametersFactoryBean

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

    public abstract class AbstractKeyStoreParametersFactoryBean
    extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>
    • Field Detail

      • type

        @Metadata(description="The optional type of the key store to load. See Appendix A in the Java Cryptography Architecture Standard Algorithm Name Documentation for more information on standard names.")
        protected String type
      • password

        @Metadata(description="The optional password for reading/opening/verifying the key store")
        protected String password
      • provider

        @Metadata(description="The optional provider identifier for instantiating the key store")
        protected String provider
      • resource

        @Metadata(description="The optional file path, class path resource, or URL of the resource used to load the key store")
        protected String resource
    • Constructor Detail

      • AbstractKeyStoreParametersFactoryBean

        public AbstractKeyStoreParametersFactoryBean()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String value)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String value)
      • getProvider

        public String getProvider()
      • setProvider

        public void setProvider​(String value)
      • getResource

        public String getResource()
      • setResource

        public void setResource​(String value)
      • createInstance

        protected org.apache.camel.support.jsse.KeyStoreParameters createInstance()