Uses of Class
com.machinezoo.fingerprintio.iso19794p1v2011.Iso19794p1v2011Modality
-
Packages that use Iso19794p1v2011Modality Package Description com.machinezoo.fingerprintio.iso19794p1v2011 Implementation of ISO 19794-1:2011 base template format. -
-
Uses of Iso19794p1v2011Modality in com.machinezoo.fingerprintio.iso19794p1v2011
Fields in com.machinezoo.fingerprintio.iso19794p1v2011 declared as Iso19794p1v2011Modality Modifier and Type Field Description Iso19794p1v2011Modality
Iso19794p1v2011Template. modality
File signature / magic number (MAGIC).Methods in com.machinezoo.fingerprintio.iso19794p1v2011 that return Iso19794p1v2011Modality Modifier and Type Method Description static Iso19794p1v2011Modality
Iso19794p1v2011Modality. valueOf(String name)
Returns the enum constant of this type with the specified name.static Iso19794p1v2011Modality[]
Iso19794p1v2011Modality. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-