how can you tell if the encryption is actually taking place??? Is there a way to see the data sent over the wire after it has been processed by the application (i.e. right before it is being sent)
When viewing the raw message details, I can see my original message (not encrypted)
Also, I notice that the encrypt() method of the BCCryptoHelper class is not being called anywhere in the application. When does this get called?