您的位置:首页 > 大数据 > 人工智能

Display the password in plaintext

2013-10-31 22:49 369 查看
When you clicked a checkbox,display the password in plaintext. the following code is key partition!

1.displaying password in plaintext when call this method

password.setTransformationMethod(HideReturnsTransformationMethod

.getInstance());

2.displaying password in ciphertext when call this method

password.setTransformationMethod(PasswordTransformationMethod

.getInstance());
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐