Package javacardx.biometry
Extension package that contains functionality for implementing a
biometric framework on the Java Card platform. The platform must
support this optional package or the optional javacardx.biometry1toN package
- or both of them - only if biometry support is included in the implementation.
The javacardx.biometry package contains classes and
interfaces which can be used to build a 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 BioTemplate The BioTemplate interface is the base interface for all biometric templates.OwnerBioTemplate TheOwnerBioTemplateinterface should be implemented by the applet which owns the biometric template.SharedBioTemplate TheSharedBioTemplateinterface provides the means for accessing unrestricted biometric functionality, e.g., the biometric matching functions. -
Class Summary Class Description BioBuilder Builds an empty/blank biometric reference template. -
Exception Summary Exception Description BioException TheBioExceptionclass encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometrypackage in case of error.