AndroidConfig class
Android-specific configuration for enrolling or using biometric keys.
Constructors
- AndroidConfig({required bool useDeviceCredentials, AndroidSignatureType signatureType = AndroidSignatureType.RSA, bool setInvalidatedByBiometricEnrollment = true, bool enableDecryption = false})
- Creates a new Android configuration.
Properties
- enableDecryption ↔ bool
-
Whether to enable encryption support for the generated key (RSA only).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setInvalidatedByBiometricEnrollment ↔ bool
-
Whether the current Key should be invalidated by new biometric enrollment.
getter/setter pair
- 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