Re: SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Okay, using and injecting camelContext to it helped me. Thanks. On Tue, Oct 9, 2018 at 11:55 AM Onder SEZGIN wrote: > Hi, > > I have sslContextParameters as below as an example. > >id="sslContextParameters"> > keyPassword="{{ssl.keymanager.pass}}"> >

SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Hi, I have sslContextParameters as below as an example. and i have the requirement that those {{ssl.keymanager.pass}} and {{ssl.keystore.pass}} values which are stored in an encrypted format. And i want to decrypt them and then inject their values to password attributes