@DocIssue("Complete tutorial: parsing, serialization, detection/accepts, recoverable error handling.") @ApiIssue("GitHub issue #37: compact and card subformats. Pull some of it from unpublished code.")
Module com.machinezoo.fingerprintio
FingerprintIO library implements a number of publicly documented fingerprint template formats defined by ISO and ANSI. Every version of every format has its own package.
- See Also:
- FingerprintIO tutorial
-
-
Packages
Exports Package Description com.machinezoo.fingerprintio Core classes that are not specific to any template format.com.machinezoo.fingerprintio.ansi378v2004 Implementation of ANSI 378-2004 template format.com.machinezoo.fingerprintio.ansi378v2009 Implementation of ANSI 378-2009 template format.com.machinezoo.fingerprintio.ansi378v2009am1 Implementation of ANSI 378-2009/AM 1 template format.com.machinezoo.fingerprintio.common Common bits shared by several template formats.com.machinezoo.fingerprintio.iso19794p1v2011 Implementation of ISO 19794-1:2011 base template format.com.machinezoo.fingerprintio.iso19794p2v2005 Implementation of ISO 19794-2:2005 off-card template format.com.machinezoo.fingerprintio.iso19794p2v2011 Implementation of ISO 19794-2:2011 off-card template format.
-