Uses of Class
com.machinezoo.fingerprintio.iso19794p1v2011.Iso19794p1v2011Format
-
Packages that use Iso19794p1v2011Format Package Description com.machinezoo.fingerprintio.iso19794p1v2011 Implementation of ISO 19794-1:2011 base template format. -
-
Uses of Iso19794p1v2011Format in com.machinezoo.fingerprintio.iso19794p1v2011
Methods in com.machinezoo.fingerprintio.iso19794p1v2011 with parameters of type Iso19794p1v2011Format Modifier and Type Method Description byte[]
Iso19794p1v2011Template. toByteArray(Iso19794p1v2011Format format)
Validates and serializes the template in ISO/IEC 19794-1:2011 format.Constructors in com.machinezoo.fingerprintio.iso19794p1v2011 with parameters of type Iso19794p1v2011Format Constructor Description Iso19794p1v2011Template(byte[] template, boolean strict, Iso19794p1v2011Format format)
Deprecated.Iso19794p1v2011Template(byte[] template, Iso19794p1v2011Format format)
Parses and validates ISO/IEC 19794-1:2011 template.Iso19794p1v2011Template(byte[] template, ExceptionHandler handler, Iso19794p1v2011Format format)
Parses and optionally validates ISO/IEC 19794-1:2011 template.
-