See: Description
| Interface | Description | 
|---|---|
| BioMatcher | The  BioMatcherinterface is the base interface for biometric
 matching. | 
| BioTemplateData | The  BioTemplateDatainterface is the base interface for all
 biometric template data container. | 
| OwnerBioMatcher | The  OwnerBioMatcherinterface should be implemented by the applet
 which owns theBioMatcher. | 
| OwnerBioTemplateData | The  OwnerBioTemplateDatainterface should be implemented by the
 applet which owns the Biometric Template Data containers. | 
| SharedBioMatcher | The  SharedBioMatcherinterface provides the means for accessing unrestricted matching biometric functionality, 
 e.g., the biometric matching functions. | 
| SharedBioTemplateData | The  SharedBioTemplateDatainterface provides the means for accessing
 unrestricted biometric template data. | 
| Class | Description | 
|---|---|
| Bio1toNBuilder | The  Bio1toNBuilderclass is aBioMatcherobject factory. | 
| Exception | Description | 
|---|---|
| Bio1toNException | The  Bio1toNExceptionclass encapsulates specific exceptions which
 can be thrown by the methods of thejavacardx.biometry1toNpackage
 in case of error. | 
Extension package that contains functionality for implementing a 1:N biometric framework on the Java Card platform. When N=1, this package provides the same functionality as that of the javacardx.biometry package. The platform must support this optional package or the optional javacardx.biometry package - or both of them - only if biometry support is included in the implementation.
The javacardx.biometry1toN package contains classes and interfaces which can be used to build a 1:N biometric server application. These classes also enable a client application on the card to obtain biometric services from the biometric server application.
Copyright © 1998, 2015, Oracle and/or its affiliates. All rights reserved.