ANSI INCITS 474-2011 Information Technology C Biometric Application Programming Interface C Java (BioAPI Java).pdf
《ANSI INCITS 474-2011 Information Technology C Biometric Application Programming Interface C Java (BioAPI Java).pdf》由会员分享,可在线阅读,更多相关《ANSI INCITS 474-2011 Information Technology C Biometric Application Programming Interface C Java (BioAPI Java).pdf(102页珍藏版)》请在麦多课文档分享上搜索。
1、American National StandardDeveloped byfor Information Technology Biometric ApplicationProgramming Interface Java(BioAPI Java)INCITS 474-2011INCITS 474-2011INCITS 474-2011American National Standardfor Information Technology Biometric ApplicationProgramming Interface Java(BioAPI Java)SecretariatInform
2、ation Technology Industry CouncilApproved October 5, 2011American National Standards Institute, Inc.Approval of an American National Standard requires review by ANSI that therequirements for due process, consensus, and other criteria for approval havebeen met by the standards developer.Consensus is
3、established when, in the judgement of the ANSI Board ofStandards Review, substantial agreement has been reached by directly andmaterially affected interests. Substantial agreement means much more thana simple majority, but not necessarily unanimity. Consensus requires that allviews and objections be
4、 considered, and that a concerted effort be madetowards their resolution.The use of American National Standards is completely voluntary; theirexistence does not in any respect preclude anyone, whether he has approvedthe standards or not, from manufacturing, marketing, purchasing, or usingproducts, p
5、rocesses, or procedures not conforming to the standards.The American National Standards Institute does not develop standards andwill in no circumstances give an interpretation of any American NationalStandard. Moreover, no person shall have the right or authority to issue aninterpretation of an Amer
6、ican National Standard in the name of the AmericanNational Standards Institute. Requests for interpretations should beaddressed to the secretariat or sponsor whose name appears on the titlepage of this standard.CAUTION NOTICE: This American National Standard may be revised orwithdrawn at any time. T
7、he procedures of the American National StandardsInstitute require that action be taken periodically to reaffirm, revise, orwithdraw this standard. Purchasers of American National Standards mayreceive current information on all standards by calling or writing the AmericanNational Standards Institute.
8、American National StandardPublished byAmerican National Standards Institute, Inc.25 West 43rd Street, New York, NY 10036Copyright 2011 by Information Technology Industry Council (ITI)All rights reserved.No part of this publication may be reproduced in anyform, in an electronic retrieval system or ot
9、herwise,without prior written permission of ITI, 1101 K Street NW, Suite 610, Washington, DC 20005. Printed in the United States of AmericaCAUTION: The developers of this standard have requested that holders of patents that may berequired for the implementation of the standard disclose such patents
10、to the publisher. However,neither the developers nor the publisher have undertaken a patent search in order to identifywhich, if any, patents may apply to this standard. As of the date of publication of this standardand following calls for the identification of patents that may be required for the i
11、mplementation ofthe standard, no such claims have been made. No further patent search is conducted by the de-veloper or publisher in respect to any standard it processes. No representation is made or impliedthat licenses are not required to avoid infringement in the use of this standard.iContentsPag
12、eForeword .ivIntroduction . viii1 Scope. 12 Conformance . 13 Normative References . 14 Terms and Definitions 25 Symbols and Abbreviated Terms. 86 BioAPI Java Package Structure. 86.1 package org.bioapi. 86.1.1 Interface org.bioapi.Archive . 86.1.2 Interface org.bioapi.AttachSession 96.1.3 Enum org.bi
13、oapi.AttachSession.EnrollResult extends Processing.CreateTemplateResult. 156.1.4 Interface org.bioapi.AttachSession.VerifyResult extends Matching.VerifyResult 166.1.5 Interface org.bioapi.AttachSession.IdentifyResult extends AttachSession.IdentifyResult 166.1.6 class org.bioapi.BioAPIException exten
14、ds java.lang.Exception 176.1.7 Enum org.bioapi.BioAPIException.Facility extends java.lang.Enum . 206.1.8 Interface org.bioapi.BIRDatabase 206.1.9 Enum org.bioapi.BIRDatabase.Access extends java.lang.Enum 236.1.10 Interface org.bioapi.BIRDatabase.Record . 236.1.11 Interface org.bioapi.BIRDatabase.Mar
15、ker extends java.util.Iterator 246.1.12 Interface org.bioapi.BSP 246.1.13 Interface org.bioapi.BSP.UnitSet . 276.1.14 Interface org.bioapi.ComponentRegistry . 296.1.15 Interface org.bioapi.Unit. 316.1.16 Enum org.bioapi.Unit.Category extends java.lang.Enum 326.1.17 Enum org.bioapi.Unit.IndicatorStat
16、us extends java.lang.Enum. 326.1.18 Enum org.bioapi.Unit.PowerMode extends java.lang.Enum 336.1.19 Interface org.bioapi.EventHandler . 336.1.20 Interface org.bioapi.Framework . 336.1.21 class org.bioapi.FrameworkFactory extends java.lang.Object. 376.1.22 Interface org.bioapi.GUIImageObserver 376.1.2
17、3 Interface org.bioapi.GUIImageObserver.Bitmap 386.1.24 Interface org.bioapi.GUIStateObserver 386.1.25 Enum org.bioapi.GUIStateObserver.Response extends java.lang.Enum . 396.1.26 Interface org.bioapi.GUIStateObserver.State 396.1.27 Interface org.bioapi.Matching. 406.1.28 Interface org.bioapi.Matchin
18、g.IdentifyResult 436.1.29 Interface org.bioapi.Matching.VerifyResult 436.1.30 Enum org.bioapi.Matching.VerifyResult.Options extends java.lang.Enum. 456.1.31 Interface org.bioapi.Processing . 456.1.32 Interface org.bioapi.Processing.ProcessResult . 47iiPage6.1.33 Interface org.bioapi.Processing.Creat
19、eTemplateResult 476.1.34 Interface org.bioapi.Query . 486.1.35 Interface org.bioapi.Sensor 486.1.36 Interface org.bioapi.Sensor.CaptureResult 506.1.37 Enum org.bioapi.Sensor.CaptureResult.Options extends java.lang.Enum 506.2 Package org.bioapi.data 506.2.1 Interface org.bioapi.data.BFPSchema. 506.2.
20、2 interface org.bioapi.data.BIR . 516.2.3 Enum org.bioapi.data.BIR.Purpose extends java.lang.Enum 536.2.4 Enum org.bioapi.data.BIR.Subtype extends java.lang.Enum 536.2.5 Enum org.bioapi.data.BIR.ProcessedLevel . 546.2.6 Enum org.bioapi.data.BIR.BiometricType extends java.lang.Enum 546.2.7 Interface
21、org.bioapi.data.BIR.OwnerTypePair . 546.2.8 Interface org.bioapi.data.BIR.DTG 556.2.9 Interface org.bioapi.data.BIR.Format extends BIR.OwnerTypePair . 556.2.10 Interface org.bioapi.data.BIR.SecurityBlockFormat extends BIR.OwnerTypePair . 556.2.11 Interface org.bioapi.data.BIR.ProductID extends BIR.O
22、wnerTypePair . 556.2.12 Interface org.bioapi.data.BIR.Quality. 556.2.13 Interface org.bioapi.data.BSPSchema. 556.2.14 Interface org.bioapi.data.BSPSchema.Operations 566.2.15 Enum org.bioapi.data.BSPSchema.Operations.Operation extends java.lang.Enum 576.2.16 Interface org.bioapi.data.BSPSchema.Option
23、s . 586.2.17 Enum org.bioapi.data.BSPSchema.Options.Option extends java.lang.Enum 596.2.18 Interface org.bioapi.data.Candidates. 596.2.19 Interface org.bioapi.data.Candidates.Candidate . 606.2.20 Interface org.bioapi.data.DataFactory . 606.2.21 Interface org.bioapi.data.Date . 626.2.22 Interface org
24、.bioapi.data.Event 626.2.23 Enum org.bioapi.data.Event.Kind extends java.lang.Enum. 626.2.24 Interface org.bioapi.data.FMR . 636.2.25 Interface org.bioapi.data.FrameworkSchema 636.2.26 Interface org.bioapi.data.IdentifyPopulation 636.2.27 Interface org.bioapi.data.Payload 646.2.28 Interface org.bioa
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIINCITS4742011INFORMATIONTECHNOLOGYCBIOMETRICAPPLICATIONPROGRAMMINGINTERFACECJAVABIOAPIJAVAPDF

链接地址:http://www.mydoc123.com/p-435780.html