Phil Hunt
-
2010-05-21
- milestone: --> 754815
When handling confidential information (e.g. passwords) it is important to be able to zero out information as soon as it is no longer required.
http://java.sun.com/security/seccodeguide.html#0-6b
This will add support in ArisID for typed items that avoid use of String setters in favor of char[] objects which are mutable.