Uses of Class
org.apache.camel.util.blueprint.KeyStoreParametersFactoryBean

Packages that use KeyStoreParametersFactoryBean
org.apache.camel.util.blueprint Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of KeyStoreParametersFactoryBean in org.apache.camel.util.blueprint
 

Methods in org.apache.camel.util.blueprint that return KeyStoreParametersFactoryBean
 KeyStoreParametersFactoryBean KeyManagersParametersFactoryBean.getKeyStore()
           
 KeyStoreParametersFactoryBean TrustManagersParametersFactoryBean.getKeyStore()
           
 

Methods in org.apache.camel.util.blueprint with parameters of type KeyStoreParametersFactoryBean
 void KeyManagersParametersFactoryBean.setKeyStore(KeyStoreParametersFactoryBean keyStore)
           
 void TrustManagersParametersFactoryBean.setKeyStore(KeyStoreParametersFactoryBean keyStore)
           
 



Apache CAMEL