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