Package javacardx.biometry1toN
package javacardx.biometry1toN
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.
- Since:
- 3.0.5
-
ClassDescriptionThe
Bio1toNBuilderclass is aBioMatcherobject factory.TheBio1toNExceptionclass encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometry1toNpackage in case of error.TheBioMatcherinterface is the base interface for biometric matching.TheBioTemplateDatainterface is the base interface for all biometric template data container.TheOwnerBioMatcherinterface should be implemented by the applet which owns theBioMatcher.TheOwnerBioTemplateDatainterface should be implemented by the applet which owns the Biometric Template Data containers.TheSharedBioMatcherinterface provides the means for accessing unrestricted matching biometric functionality, e.g., the biometric matching functions.TheSharedBioTemplateDatainterface provides the means for accessing unrestricted biometric template data.