public class PasswordResolverImpl extends Object implements PasswordResolver
| Constructor and Description |
|---|
PasswordResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(SinglePasswordResolver service) |
void |
init() |
char[] |
resolvePassword(String passwordHint)
Resolve the password.
|
void |
setMasterPasswordCallback(String masterPasswordCallback) |
void |
unbindService(SinglePasswordResolver service) |
public void init()
public void bindService(SinglePasswordResolver service)
public void unbindService(SinglePasswordResolver service)
public char[] resolvePassword(String passwordHint) throws PasswordResolverException
PasswordResolverresolvePassword in interface PasswordResolverpasswordHint - Hint of the password. Must not be null.PasswordResolverException - if cannot resolve the passwordpublic void setMasterPasswordCallback(String masterPasswordCallback)
Copyright © 2017. All rights reserved.