See: Description
| Interface | Description |
|---|---|
| BioMatcher |
The
BioMatcher interface is the base interface for biometric
matching. |
| BioTemplateData |
The
BioTemplateData interface is the base interface for all
biometric template data container. |
| OwnerBioMatcher |
The
OwnerBioMatcher interface should be implemented by the applet
which owns the BioMatcher. |
| OwnerBioTemplateData |
The
OwnerBioTemplateData interface should be implemented by the
applet which owns the Biometric Template Data containers. |
| SharedBioMatcher |
The
SharedBioMatcher interface provides the means for accessing unrestricted matching biometric functionality,
e.g., the biometric matching functions. |
| SharedBioTemplateData |
The
SharedBioTemplateData interface provides the means for accessing
unrestricted biometric template data. |
| Class | Description |
|---|---|
| Bio1toNBuilder |
The
Bio1toNBuilder class is a BioMatcher object factory. |
| Exception | Description |
|---|---|
| Bio1toNException |
The
Bio1toNException class encapsulates specific exceptions which
can be thrown by the methods of the javacardx.biometry1toN package
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.