MethodChannelBiometricCrypto class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authenticate() Future<bool>
Prompts for biometric authentication.
override
deleteKey(String alias) Future<void>
Deletes a key from secure storage.
override
generateKey(String alias) Future<void>
Generates a new cryptographic key pair with biometric protection.
override
getPlatformVersion() Future<String?>
Retrieves platform version information.
override
getPublicKey(String alias) Future<String>
Retrieves the public key in PEM format.
override
isBiometricAvailable() Future<bool>
Checks if biometric authentication is available.
override
keyExists(String alias) Future<bool>
Checks if a key exists in secure storage.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(String alias, String challenge) Future<String>
Signs a challenge with biometric verification.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited