Cryptographic Message Syntax - Java
I had a requirement to secure a web service message by encrypting the actual elements contained in the payload. Cryptographic message syntax was the chosen standard we adopted. This article shows an example of this standard implemented in java.