Information technology — Conformance testing for the biometric application programming interface (BioAPI) — Part 1: Methods and procedures

ISO/IEC 24709-1:2007 specifies the concepts, framework, test methods and criteria required to test conformity of biometric products claiming conformance to BioAPI (ISO/IEC 19784-1). Guidelines for specifying BioAPI conformance test suites, writing test assertions and defining procedures to be followed during the conformance testing are provided. The conformance testing methodology is concerned with conformance testing of biometric products claiming conformance to BioAPI. Definitions of schemas of the assertion language are provided in normative annexes.

Technologies de l'information — Essai de conformité pour l'interface de programmation d'applications biométriques (BioAPI) — Partie 1: Méthodes et procédures

General Information

Status
Withdrawn
Publication Date
28-Jan-2007
Withdrawal Date
28-Jan-2007
Current Stage
9599 - Withdrawal of International Standard
Completion Date
15-Nov-2017
Ref Project

Relations

Buy Standard

Standard
ISO/IEC 24709-1:2007 - Information technology -- Conformance testing for the biometric application programming interface (BioAPI)
English language
304 pages
sale 15% off
Preview
sale 15% off
Preview

Standards Content (Sample)

INTERNATIONAL ISO/IEC
STANDARD 24709-1
First edition
2007-02-15

Information technology — Conformance
testing for the biometric application
programming interface (BioAPI) —
Part 1:
Methods and procedures
Technologies de l'information — Essai de conformité pour l'interface de
programmation d'applications biométriques (BioAPI) —
Partie 1: Méthodes et procédures




Reference number
ISO/IEC 24709-1:2007(E)
©
ISO/IEC 2007

---------------------- Page: 1 ----------------------
ISO/IEC 24709-1:2007(E)
PDF disclaimer
This PDF file may contain embedded typefaces. In accordance with Adobe's licensing policy, this file may be printed or viewed but
shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In
downloading this file, parties accept therein the responsibility of not infringing Adobe's licensing policy. The ISO Central Secretariat
accepts no liability in this area.
Adobe is a trademark of Adobe Systems Incorporated.
Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation
parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In
the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below.


©  ISO/IEC 2007
All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means,
electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or
ISO's member body in the country of the requester.
ISO copyright office
Case postale 56 • CH-1211 Geneva 20
Tel. + 41 22 749 01 11
Fax + 41 22 749 09 47
E-mail copyright@iso.org
Web www.iso.org
Published in Switzerland

ii © ISO/IEC 2007 – All rights reserved

---------------------- Page: 2 ----------------------
ISO/IEC 24709-1:2007(E)
Contents Page
Foreword. vii
Introduction . viii
1 Scope . 1
2 Conformance. 1
3 Normative references . 2
4 Terms and definitions. 2
5 Abbreviations . 4
6 Conformance testing methodology . 5
6.1 General. 5
6.2 Conformance testing models . 9
6.3 Abstract test engine . 14
7 General properties of the assertion language . 15
7.1 General. 15
7.2 Variables . 18
7.3 Built-in variables. 18
7.4 Representation of integers . 19
7.5 Representation of booleans . 19
7.6 Representation of universally unique identifiers . 19
7.7 Representation of octet strings. 20
7.8 XML documents . 20
8 Elements of the assertion language . 20
8.1 Element . 20
8.2 Element (child of ) . 22
8.3 Element (child of ). 23
8.4 Element (child of ) . 24
8.5 Element (child of ). 25
8.6 Element (child of ). 26
8.7 Element (child of ). 27
8.8 Element (child of ) . 28
8.9 Element (child of ) . 29
8.10 Element (child of ). 35
8.11 Element (child of ). 36
8.12 Element . 36
8.13 Element . 37
8.14 Element . 38
8.15 Element (child of ) . 39
8.16 Element . 42
8.17 Element . 43
8.18 Element . 45
8.19 Element . 46
8.20 Element . 47
8.21 Element . 47
8.22 Element . 48
8.23 Element . 49
8.24 Element . 50
8.25 Element . 50
© ISO/IEC 2007 – All rights reserved iii

---------------------- Page: 3 ----------------------
ISO/IEC 24709-1:2007(E)
8.26 Element . 50
8.27 Element . 50
8.28 Element . 51
8.29 Element . 51
8.30 Element . 52
8.31 Element . 52
8.32 Element . 52
9 Standard interface functions . 53
9.1 General . 53
9.2 Parameter groups . 58
9.3 BioAPI_Init . 87
9.4 BioAPI_Terminate . 88
9.5 BioAPI_GetFrameworkInfo. 89
9.6 BioAPI_EnumBSPs . 90
9.7 BioAPI_BSPLoad . 93
9.8 BioAPI_BSPUnload. 94
9.9 BioAPI_BSPAttach. 95
9.10 BioAPI_BSPDetach . 98
9.11 BioAPI_QueryUnits . 99
9.12 BioAPI_EnumBFPs . 101
9.13 BioAPI_QueryBFPs. 104
9.14 BioAPI_ControlUnit. 106
9.15 BioAPI_FreeBIRHandle. 108
9.16 BioAPI_GetBIRFromHandle . 109
9.17 BioAPI_GetHeaderFromHandle . 111
9.18 BioAPI_EnableEvents. 113
9.19 BioAPI_SetGUICallbacks. 114
9.20 BioAPI_Capture. 116
9.21 BioAPI_CreateTemplate . 118
9.22 BioAPI_Process . 122
9.23 BioAPI_ProcessWithAuxBIR. 124
9.24 BioAPI_VerifyMatch . 126
9.25 BioAPI_IdentifyMatch . 130
9.26 BioAPI_Enroll . 133
9.27 BioAPI_Verify. 137
9.28 BioAPI_Identify. 141
9.29 BioAPI_Import . 145
9.30 BioAPI_PresetIdentifyPopulation. 147
9.31 BioAPI_DbOpen . 149
9.32 BioAPI_DbClose. 151
9.33 BioAPI_DbCreate . 152
9.34 BioAPI_DbDelete. 155
9.35 BioAPI_DbSetMarker . 156
9.36 BioAPI_DbFreeMarker . 157
9.37 BioAPI_DbStoreBIR . 159
9.38 BioAPI_DbGetBIR . 161
9.39 BioAPI_DbGetNextBIR. 163
9.40 BioAPI_DbDeleteBIR. 165
9.41 BioAPI_SetPowerMode. 166
9.42 BioAPI_SetIndicatorStatus. 168
9.43 BioAPI_GetIndicatorStatus . 169
9.44 BioAPI_CalibrateSensor. 171
9.45 BioAPI_Cancel. 172
9.46 BioAPI_Free. 173
9.47 BioAPI_Util_InstallBSP. 174
9.48 BioAPI_Util_InstallBFP . 176
9.49 BioSPI_BSPLoad. 178
9.50 BioSPI_BSPUnload . 180
9.51 BioSPI_BSPAttach . 181
iv © ISO/IEC 2007 – All rights reserved

---------------------- Page: 4 ----------------------
ISO/IEC 24709-1:2007(E)
9.52 BioSPI_BSPDetach. 183
9.53 BioSPI_QueryUnits. 184
9.54 BioSPI_QueryBFPs. 186
9.55 BioSPI_ControlUnit. 187
9.56 BioSPI_FreeBIRHandle. 189
9.57 BioSPI_GetBIRFromHandle . 190
9.58 BioSPI_GetHeaderFromHandle . 191
9.59 BioSPI_EnableEvents. 192
9.60 BioSPI_SetGUICallbacks . 193
9.61 BioSPI_Capture. 194
9.62 BioSPI_CreateTemplate . 195
9.63 BioSPI_Process . 197
9.64 BioSPI_ProcessWithAuxBIR . 198
9.65 BioSPI_VerifyMatch. 200
9.66 BioSPI_IdentifyMatch . 202
9.67 BioSPI_Enroll . 204
9.68 BioSPI_Verify . 206
9.69 BioSPI_Identify. 209
9.70 BioSPI_Import . 211
9.71 BioSPI_PresetIdentifyPopulation. 212
9.72 BioSPI_DbOpen . 213
9.73 BioSPI_DbClose. 215
9.74 BioSPI_DbCreate . 216
9.75 BioSPI_DbDelete. 217
9.76 BioSPI_DbSetMarker . 218
9.77 BioSPI_DbFreeMarker . 219
9.78 BioSPI_DbStoreBIR . 220
9.79 BioSPI_DbGetBIR . 221
9.80 BioSPI_DbGetNextBIR. 222
9.81 BioSPI_DbDeleteBIR. 224
9.82 BioSPI_SetPowerMode. 225
9.83 BioSPI_SetIndicatorStatus . 226
9.84 BioSPI_GetIndicatorStatus . 227
9.85 BioSPI_CalibrateSensor. 228
9.86 BioSPI_Cancel. 228
9.87 BioSPI_Free. 229
9.88 BioAPI_EventHandler. 230
9.89 BioAPI_GUI_STATE_CALLBACK. 231
9.90 BioAPI_GUI_STREAMING_CALLBACK. 234
9.91 BioSPI_EventHandler . 235
9.92 BioSPI_GUI_STATE_CALLBACK . 237
9.93 BioSPI_GUI_STREAMING_CALLBACK . 238
9.94 BioSPI_BFP_ENUMERATION_HANDLER. 240
9.95 BioSPI_MEMORY_FREE_HANDLER. 242
10 Built-in variables. 243
10.1 Variables whose value never changes . 243
10.2 Variables whose value may change. 251
11 Test log . 251
12 Test report . 254
13 BioAPI conformance test suite. 255
13.1 General concepts. 255
13.2 BioAPI conformance test suite structure. 255
Annex A (normative) XML schema of the assertion language . 257
Annex B (normative) ASN.1 schema of the assertion language . 261
Annex C (normative) XML schema for the test log. 265
Annex D (informative) Test method implementation guideline . 267
© ISO/IEC 2007 – All rights reserved v

---------------------- Page: 5 ----------------------
ISO/IEC 24709-1:2007(E)
Annex E (informative) BioAPI conformity assessment program. 275
Annex F (informative) XML diagrams of the assertion language . 281
Bibliography . 303

vi © ISO/IEC 2007 – All rights reserved

---------------------- Page: 6 ----------------------
ISO/IEC 24709-1:2007(E)
Foreword
ISO (the International Organization for Standardization) and IEC (the International Electrotechnical
Commission) form the specialized system for worldwide standardization. National bodies that are members of
ISO or IEC participate in the development of International Standards through technical committees
established by the respective organization to deal with particular fields of technical activity. ISO and IEC
technical committees collaborate in fields of mutual interest. Other international organizations, governmental
and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information
technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1.
International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2.
The main task of the joint technical committee is to prepare International Standards. Draft International
Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as
an International Standard requires approval by at least 75 % of the national bodies casting a vote.
Attention is drawn to the possibility that some of the elements of this document may be the subject of patent
rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights.
ISO/IEC 24709-1 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology,
Subcommittee SC 37, Biometrics.
ISO/IEC 24709 consists of the following parts, under the general title Information technology — Conformance
testing for the biometric application programming interface (BioAPI):
⎯ Part 1: Methods and procedures
⎯ Part 2: Test assertions for biometric service providers
The following parts are under preparation:
⎯ Part 3: Test assertions for BioAPI frameworks
⎯ Part 4: Test assertions for biometric applications

© ISO/IEC 2007 – All rights reserved vii

---------------------- Page: 7 ----------------------
ISO/IEC 24709-1:2007(E)
Introduction
This part of ISO/IEC 24709 defines a conformance testing methodology for ISO/IEC 19784-1. It specifies
three conformance testing models that enable conformance testing of each of the following BioAPI
components: an application, a framework and a BSP. It also specifies an assertion language that is used for
the definition of test assertions. Actual test assertions for each of the BioAPI components are defined in
subsequent parts of ISO/IEC 24709.
This part of ISO/IEC 24709 also contains informative guidelines regarding general concepts related to
establishing and administering a BioAPI conformance assessment and certification program. These
informative guidelines identify the types of activities, responsibilities, services and documentation
recommended for conducting conformity assessment and certification of BioAPI-conformant implementations.
Further, this part of ISO/IEC 24709 provides informative guidelines for establishing a complete conformity
assessment methodology for BioAPI specification.
Clause 6 describes the general test method and conformance testing models for
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.