public class KeystorePasswordCallback extends Object implements CallbackHandler
| Constructor and Description |
|---|
KeystorePasswordCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
It attempts to get the password from the private
alias/passwords map.
|
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionApache Fediz