public class DefaultPasswordCallback extends Object implements IPasswordCallback, IConfigurable
| Constructor and Description |
|---|
DefaultPasswordCallback()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration cfg)
Configure using the given configuration
|
char[] |
getPassword()
Delivers the password.
|
byte[] |
getSalt()
Delivers the salt for encryption.
|
public void configure(Configuration cfg) throws ConfigurationException
configure in interface IConfigurablecfg - configurationConfigurationException - if a problem occurspublic char[] getPassword()
getPassword in interface IPasswordCallbackpublic byte[] getSalt()
getSalt in interface IPasswordCallbackCopyright © 2014. All rights reserved.