-
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,
int slotListIndex,
String extraPkcs11Config) |
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.
|