ANSI INCITS474-2011 Information Technology - Biometric Application Programming Interface - Java (BioAPI Java)《信息技术.生物识别应用程序设计接口.Java语言(BioAPI Java)》.pdf
《ANSI INCITS474-2011 Information Technology - Biometric Application Programming Interface - Java (BioAPI Java)《信息技术.生物识别应用程序设计接口.Java语言(BioAPI Java)》.pdf》由会员分享,可在线阅读,更多相关《ANSI INCITS474-2011 Information Technology - Biometric Application Programming Interface - Java (BioAPI Java)《信息技术.生物识别应用程序设计接口.Java语言(BioAPI Java)》.pdf(102页珍藏版)》请在麦多课文档分享上搜索。
1、American National StandardDeveloped byfor Information Technology Biometric ApplicationProgramming Interface Java(BioAPI Java)INCITS 474-2011INCITS 474-2011Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-Provided by IHSNot for ResaleNo reproduction or
2、 networking permitted without license from IHS-,-,-INCITS 474-2011American National Standardfor Information Technology Biometric ApplicationProgramming Interface Java(BioAPI Java)SecretariatInformation Technology Industry CouncilApproved October 5, 2011American National Standards Institute, Inc.Prov
3、ided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-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 establ
4、ished 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 consi
5、dered, 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, process
6、es, 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 American N
7、ational 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. The pro
8、cedures 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.Americ
9、an 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 otherwis
10、e,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 to the
11、 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 impleme
12、ntation 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.Provided by IHSNot
13、 for ResaleNo reproduction or networking permitted without license from IHS-,-,-iContentsPageForeword .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
14、 Interface org.bioapi.Archive . 86.1.2 Interface org.bioapi.AttachSession 96.1.3 Enum org.bioapi.AttachSession.EnrollResult extends Processing.CreateTemplateResult. 156.1.4 Interface org.bioapi.AttachSession.VerifyResult extends Matching.VerifyResult 166.1.5 Interface org.bioapi.AttachSession.Identi
15、fyResult extends AttachSession.IdentifyResult 166.1.6 class org.bioapi.BioAPIException extends 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.
16、1.10 Interface org.bioapi.BIRDatabase.Record . 236.1.11 Interface org.bioapi.BIRDatabase.Marker 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
17、 org.bioapi.Unit.Category extends java.lang.Enum 326.1.17 Enum org.bioapi.Unit.IndicatorStatus 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.Frame
18、workFactory extends java.lang.Object. 376.1.22 Interface org.bioapi.GUIImageObserver 376.1.23 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.GUIState
19、Observer.State 396.1.27 Interface org.bioapi.Matching. 406.1.28 Interface org.bioapi.Matching.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 Interfac
20、e org.bioapi.Processing.ProcessResult . 47Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-iiPage6.1.33 Interface org.bioapi.Processing.CreateTemplateResult 476.1.34 Interface org.bioapi.Query . 486.1.35 Interface org.bioapi.Sensor 486.1.36 Interface
21、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.2 interface org.bioapi.data.BIR . 516.2.3 Enum org.bioapi.data.BIR.Purpose extends java.lang.Enum 536.2.4 Enum
22、 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 org.bioapi.data.BIR.OwnerTypePair . 546.2.8 Interface org.bioapi.data.BIR.DTG 556.2.9 Interface org.bioapi.dat
23、a.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.OwnerTypePair . 556.2.12 Interface org.bioapi.data.BIR.Quality. 556.2.13 Interface org.bioapi.data.BSPSchema. 5
24、56.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.Options . 586.2.17 Enum org.bioapi.data.BSPSchema.Options.Option extends java.lang.Enum 596.2.18 Interface org.bioap
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIINCITS4742011INFORMATIONTECHNOLOGYBIOMETRICAPPLICATIONPROGRAMMINGINTERFACEJAVABIOAPIJAVA 信息技术 生物

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