Package eu.europa.esig.dss.token
Interface PasswordInputCallback
-
- All Known Implementing Classes:
PrefilledPasswordCallback
public interface PasswordInputCallbackThis Callback is created in order to retrieve the password from the user when accessing the Key Store.
-
-
Method Summary
Modifier and Type Method Description char[]getPassword()Retrieve the password (from the user)
-