| com.pspdfkit.signatures.signers.InteractiveSigner |
Known Indirect Subclasses
|
Class Overview
Interface of a Signer that requires user interaction during the signing process. Any Signer that implements this interface, can be used
within the SignatureSignerDialog to request a password from the user.
Public Methods
Set a listener for being notified of important events that require user interaction.
public
abstract
void
unlockPrivateKeyWithPassword
(String password)
Can be used to provide a password to the signer, which might be used to unlock a private key (or similar).
Parameters
| password |
A password that should be used by the signer, or null if no password is required.
|