Crate tauri_plugin_secure_element

Crate tauri_plugin_secure_element 

Source

Structs§

CheckSecureElementSupportResponse
Response for Secure Element support check
DeleteKeyRequest
Request to delete a key
DeleteKeyResponse
Response for key deletion
GenerateSecureKeyRequest
Request to generate a new non-ephemeral key in the Secure Enclave
GenerateSecureKeyResponse
Response containing the public key for the newly created key
KeyInfo
Information about a key
ListKeysRequest
Request to list all available keys
ListKeysResponse
Response containing list of keys
PingRequest
PingResponse
SignWithKeyRequest
Request to sign data with a specific key
SignWithKeyResponse
Response containing the signature

Enums§

AuthenticationMode
Authentication mode for secure element operations
Error

Traits§

SecureElementExt
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the secure-element APIs.

Functions§

init
Initializes the plugin.

Type Aliases§

Result