I'm trying to use the camel-jasypt:2.10.0 component to decrypt the properties defined my blueprint xml but the documentation at http://camel.apache.org/jasypt.html only has Spring XML example and I could not figure out a way to do it with Blueprint DSL.
My goal is to decrypt the properties defined by <cm:property-placeholder persistent-id="sensitive-data"/> Any ideas how to solve this? Regards, Henrique Viecili