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.
-
Interface Summary Interface Description BioMatcher TheBioMatcherinterface is the base interface for biometric matching.BioTemplateData TheBioTemplateDatainterface is the base interface for all biometric template data container.OwnerBioMatcher TheOwnerBioMatcherinterface should be implemented by the applet which owns theBioMatcher.OwnerBioTemplateData TheOwnerBioTemplateDatainterface should be implemented by the applet which owns the Biometric Template Data containers.SharedBioMatcher TheSharedBioMatcherinterface provides the means for accessing unrestricted matching biometric functionality, e.g., the biometric matching functions.SharedBioTemplateData TheSharedBioTemplateDatainterface provides the means for accessing unrestricted biometric template data. -
Class Summary Class Description Bio1toNBuilder TheBio1toNBuilderclass is aBioMatcherobject factory. -
Exception Summary Exception Description Bio1toNException TheBio1toNExceptionclass encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometry1toNpackage in case of error.