public class WeakPasswordManager extends AbstractPasswordManager implements PasswordManager
| Constructor and Description |
|---|
WeakPasswordManager() |
| Modifier and Type | Method and Description |
|---|---|
Password |
newValidPassword(char[] password)
Obfuscate the given password in a new Password instance.
|
newPasswordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewPasswordpublic Password newValidPassword(char[] password)
AbstractPasswordManagernewValidPassword in class AbstractPasswordManagerpassword - A non-empty password.
It is useless to unset the chars, because this
method is called from AbstractPasswordManager.newPassword(char[])
that do it.Copyright © 2018 Alternet. All rights reserved.