Java Card
v2.2.2

Package javacardx.biometry

Extension package that contains functionality for implementing a biometric framework on the Java Card platform.

See:
          Description

Interface Summary
BioTemplate The BioTemplate interface is the base interface for all biometric templates.
OwnerBioTemplate The OwnerBioTemplate interface should be implemented by the applet which owns the biometric template.
SharedBioTemplate The SharedBioTemplate interface provides the means for accessing unrestricted biometric functionality, e.g., the biometric matching functions.
 

Class Summary
BioBuilder Builds an empty/blank biometric reference template.
 

Exception Summary
BioException The BioException class encapsulates specific exceptions which can be thrown by the methods of the javacardx.biometry package in case of error.
 

Package javacardx.biometry Description

Extension package that contains functionality for implementing a biometric framework on the Java Card platform. The platform must support this optional package 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.


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.