We've got user SSN's in jsp's that show in source code of an html page as: <a href="onclick:submitsomeform(123456789)" In order to avoid this, I made couple of methods called getEncryptedSSN() and getDecryptedSSN() ...
<a href="onclick:submitsomeform(123456789)"
getEncryptedSSN()
getDecryptedSSN()