BiosealFormat enum
Enumerates the BioSeal formats.
Constructors
- BiosealFormat()
-
const
Values
- undefined → const BiosealFormat
-
Undefined version.
- vdsAfnorXpZ42_101 → const BiosealFormat
-
VDS compliant with the AFNOR standard XP Z42-101.
- vdsAfnorXpZ42_105 → const BiosealFormat
-
BioSeal compliant with the AFNOR XP Z42-105 standard and Otentik code specifications.
- vdsIso22376_2023 → const BiosealFormat
-
BioSeal compliant with the ISO 22376:2023 specifications.
- vdsIso22376WithIso15459Prefix → const BiosealFormat
-
BioSeal compliant with the ISO 22376:2023 specifications prefixed by the instance's ISO 15459 Issuing Agency Code.
- vdsAfnorXpZ42105WithIso15459Prefix → const BiosealFormat
-
BioSeal compliant with the AFNOR XP Z42-105 standard prefixed by the instance's ISO 15459 Issuing Agency Code.
Properties
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
Constants
-
values
→ const List<
BiosealFormat> -
A constant List of the values in this enum, in order of their declaration.
[undefined, vdsAfnorXpZ42_101, vdsAfnorXpZ42_105, vdsIso22376_2023, vdsIso22376WithIso15459Prefix, vdsAfnorXpZ42105WithIso15459Prefix]