Structs§
- Check
Secure Element Support Response - Response for Secure Element support check
- Delete
KeyRequest - Request to delete a key
- Delete
KeyResponse - Response for key deletion
- Generate
Secure KeyRequest - Request to generate a new non-ephemeral key in the Secure Enclave
- Generate
Secure KeyResponse - Response containing the public key for the newly created key
- KeyInfo
- Information about a key
- List
Keys Request - Request to list all available keys
- List
Keys Response - Response containing list of keys
- Ping
Request - Ping
Response - Sign
With KeyRequest - Request to sign data with a specific key
- Sign
With KeyResponse - Response containing the signature
Enums§
- Authentication
Mode - Authentication mode for secure element operations
- Error
Traits§
- Secure
Element Ext - Extensions to
tauri::App,tauri::AppHandleandtauri::Windowto access the secure-element APIs.
Functions§
- init
- Initializes the plugin.