public interface PasswordVerifier
Modifier and Type | Method and Description |
---|---|
boolean |
verify(char[] password)
Verify that this password is an ok password.
|
boolean verify(char[] password)
password
- an array of characters representing a password.Copyright (c) 2001-2020 by Stephen Ostermiller