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