Skip to main content
Interface

Properties

Functions

getEncoding

The encoding format for signatures.

getKeyType

The cryptographic key type used for signing.

initialize

Initializes the signer with necessary service context. Must be called before sign() operations.

locator

processMessage

Allows platform-specific preprocessing of the message before signing.

sign

Signs a message and returns the signature.

signForApproval

Signs a message and returns typed output suitable for building an approval. The default implementation wraps sign as SigningOutput.Standard. Override to return SigningOutput.Passkey for passkey-based signers.