sharedbiotemplate
2017-05-22 17:32:08
M&W SmartCard
42
javacardx.biometry
Interface SharedBioTemplate
All Superinterfaces: BioTemplate , Shareable
The SharedBioTemplate interface provides the means for accessing unrestrictedbiometric functionality, e.g., the biometric matching functions. A biometricmanager/server can implement this interface with a proxy to the publicmatching functions; thus giving a biometric client access to matchingfunctions but not to the enrollment functions. Without this interface, theclient could potentially cast a biometric reference to gain access toenrollment 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 |