|
Enrollment 28.2.0
|
ISO/IEC 19794-2:2005 template, template version 2.0, 5-byte format for minutiae (normal card encoding). More...
#include <ISONCTemplate.h>
Public Member Functions | |
| std::vector< uint8_t > | GetData () const |
| Provides template data. | |
| ISONCTemplate (std::vector< uint8_t > &&d) | |
| Create ISONCTemplate object move data to template. | |
| ISONCTemplate (const std::vector< uint8_t > &d) | |
| Create ISONCTemplate object, copy data to template. | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
ISO/IEC 19794-2:2005 template, template version 2.0, 5-byte format for minutiae (normal card encoding).
|
inlineexplicit |
Create ISONCTemplate object move data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlineexplicit |
Create ISONCTemplate object, copy data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlinenodiscard |
Provides template data.
Referenced by ANSITemplateAdapter::Adapt(), ILOSIDTemplateAdapter::Adapt(), ISOCCTemplateAdapter::Adapt(), and ISOTemplateAdapter::Adapt().
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.