javacardx.framework
Interface SharedBioTemplateAuth

All Superinterfaces:
Authenticator, BioTemplate, Shareable, SharedBioTemplate

public interface SharedBioTemplateAuth
extends SharedBioTemplate, Authenticator

The SharedBioTemplateAuth interface provides the means to access the functions of an authenticator providing a biometric template-based authentication service.

A registered authenticator service may implement this interface to provide a biometric template-based authentication service to other applications (in other contexts).

See Runtime Environment Specification, Java Card Platform, Connected Edition, chapter 6 for details.

Since:
Java Card 3.0
See Also:
SharedBioTemplate, Authenticator

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
 
Methods inherited from interface javacardx.framework.Authenticator
isValidated, reset
 



Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.