biometric_signature_platform_interface library
Classes
- BiometricAvailability
- BiometricFallbackOption
- A custom fallback option shown on the biometric prompt.
- BiometricSignatureApi
- BiometricSignaturePlatform
- Platform interface that defines the methods exposed to plugin implementations.
- CreateKeysConfig
- Configuration for key creation (all platforms).
- CreateSignatureConfig
- Configuration for signature creation (all platforms).
- DecryptConfig
- Configuration for decryption (all platforms).
- DecryptResult
- KeyCreationResult
- KeyInfo
- Detailed information about existing biometric keys.
- SignatureResult
- SimplePromptConfig
- Configuration for simple biometric prompt (authentication without crypto ops).
- SimplePromptResult
- Result from simple biometric prompt authentication.
Enums
- AuthenticationType
- The type of authentication that was used to complete an operation.
- BiometricError
- Standardized error codes for the plugin.
- BiometricStrength
- Biometric authentication strength level.
- BiometricType
- Types of biometric authentication supported by the device.
- KeyFormat
- Output format for public keys.
- PayloadFormat
- Input format for encrypted payloads to decrypt.
- SignatureFormat
- Output format for cryptographic signatures.
- SignatureType
- The cryptographic algorithm to use for key generation.