public class HexAsciiMD5PropertiesPasswordManager extends Object implements PasswordManager
| Constructor and Description |
|---|
HexAsciiMD5PropertiesPasswordManager(File propsFile) |
HexAsciiMD5PropertiesPasswordManager(File propsFile,
String pfx,
String header) |
HexAsciiMD5PropertiesPasswordManager(File propsFile,
String pfx,
String[] header) |
public HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String[] header) throws IOException
IOExceptionpublic HexAsciiMD5PropertiesPasswordManager(File propsFile, String pfx, String header) throws IOException
IOExceptionpublic HexAsciiMD5PropertiesPasswordManager(File propsFile) throws IOException
IOExceptionpublic boolean validate(String username, String password) throws IOException
validate in interface PasswordManagerIOExceptionpublic boolean updatePassword(String username, String oldPassword, String newPassword) throws IOException
updatePassword in interface PasswordManagerIOException