Interfaces
EmailSigner
Kotlin Interface
Interface
The admin signer data associated with this signer. Contains signer-specific information (email, public key, etc.)
The encoding format for signatures.
The cryptographic key type used for signing.
Initializes the signer with necessary service context. Must be called before sign() operations.
Allows platform-specific preprocessing of the message before signing.
Signs a message and returns the signature.

