Uses of Interface
eu.europa.esig.dss.token.PasswordInputCallback
-
Packages that use PasswordInputCallback Package Description eu.europa.esig.dss.token -
-
Uses of PasswordInputCallback in eu.europa.esig.dss.token
Classes in eu.europa.esig.dss.token that implement PasswordInputCallback Modifier and Type Class Description classPrefilledPasswordCallbackClass that hold a simple password.Constructors in eu.europa.esig.dss.token with parameters of type PasswordInputCallback Constructor Description Pkcs11SignatureToken(String pkcs11Path, PasswordInputCallback callback)Create the SignatureTokenConnection, using the provided path for the library and a way of retrieving the password from the user.Pkcs11SignatureToken(String pkcs11Path, PasswordInputCallback callback, int slotId)Sometimes, multiple SmartCard reader is connected.Pkcs11SignatureToken(String pkcs11Path, PasswordInputCallback callback, int slotId, String extraPkcs11Config)Sometimes, multiple SmartCard reader is connected.Pkcs11SignatureToken(String pkcs11Path, PasswordInputCallback callback, String extraPkcs11Config)Create the SignatureTokenConnection, using the provided path for the library and a way of retrieving the password from the user.
-