Java Card
v2.2.2

javacardx.biometry
Interface SharedBioTemplate

All Superinterfaces:
BioTemplate, Shareable

public interface SharedBioTemplate
extends BioTemplate, Shareable

The SharedBioTemplate interface provides the means for accessing unrestricted biometric functionality, e.g., the biometric matching functions. A biometric manager/server can implement this interface with a proxy to the public matching functions; thus giving a biometric client access to matching functions but not to the enrollment functions. Without this interface, the client could potentially cast a biometric reference to gain access to enrollment functionality and thereby circumvent security measures.

Since:
2.2.2

Field Summary
 
Fields inherited from interface javacardx.biometry.BioTemplate
MATCH_NEEDS_MORE_DATA, MINIMUM_SUCCESSFUL_MATCH_SCORE
 
Method Summary
 
Methods inherited from interface javacardx.biometry.BioTemplate
getBioType, getPublicTemplateData, getTriesRemaining, getVersion, initMatch, isInitialized, isValidated, match, reset
 


Java Card
v2.2.2

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