Package eu.europa.esig.dss.token
Class PrefilledPasswordCallback
java.lang.Object
eu.europa.esig.dss.token.PrefilledPasswordCallback
-
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor for PrefillPasswordCallback. -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()char[]Retrieve the password (from the user)boolean
-
Constructor Details
-
PrefilledPasswordCallback
The default constructor for PrefillPasswordCallback.- Parameters:
password- the password to use
-
-
Method Details
-
getPassword
public char[] getPassword()Description copied from interface:PasswordInputCallbackRetrieve the password (from the user)- Specified by:
getPasswordin interfacePasswordInputCallback- Returns:
- the password
-
destroy
- Specified by:
destroyin interfaceDestroyable- Throws:
DestroyFailedException
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceDestroyable
-