AndroidConfig class
Android-specific configuration for enrolling or using biometric keys.
Constructors
- AndroidConfig({required bool useDeviceCredentials, AndroidSignatureType signatureType = AndroidSignatureType.RSA})
- Creates a new Android configuration.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureType ↔ AndroidSignatureType
-
Key algorithm to use when creating a signature.
getter/setter pair
- useDeviceCredentials ↔ bool
-
Whether device credentials (PIN/pattern/password) can unlock the key
instead of biometrics.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited