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 TrustManagersParametersFactoryBean.getKeyStore()
           
 KeyStoreParametersFactoryBean KeyManagersParametersFactoryBean.getKeyStore()
           
 

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



Apache CAMEL