I am new to camel and was trying to encrypt/decrypt data using camel XML DSL.
<dataFormats>
<crypto id="initvector" algorithm="DES" keyRef="desKey" />
</dataFormats>
but it was unable to understand desKey So i have tried couple of thing to
define desKey as a bean using "SecretKeySpec" and "KeyGenerator" class but
noting is working. I am also not able to find any working example on it.
Please help to get an example on XML dsl for data encryption.
--
View this message in context:
http://camel.465427.n5.nabble.com/XML-DSL-for-Encrpt-decrypt-data-tp5740281.html
Sent from the Camel - Users mailing list archive at Nabble.com.