Interface SharedBioMatcher
- All Superinterfaces:
BioMatcher, Shareable
The
SharedBioMatcher interface provides the means for accessing unrestricted matching 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:
- 3.0.5
-
Field Summary
Fields inherited from interface BioMatcher
MATCH_NEEDS_MORE_DATA, MINIMUM_SUCCESSFUL_MATCH_SCOREModifier and TypeFieldDescriptionstatic final shortThis negative score value indicates that more data are needed to continue the matching session.static final shortThe minimum successful matching score. -
Method Summary
Methods inherited from interface BioMatcher
getBioTemplateData, getBioType, getIndexOfLastMatchingBioTemplateData, getMaxNbOfBioTemplateData, getTriesRemaining, getVersion, initMatch, isInitialized, isValidated, match, resetModifier and TypeMethodDescriptiongetBioTemplateData(short index) Get theBioTemplateDataenrolled at the specified index.byteGets the biometric type.shortGets the index of the last matchingBioTemplateData.shortGets the maximum number ofBioTemplateDatathat can be enrolled in thisBioMatcher.byteGets the number of times remaining that an incorrect candidate can be presented before theBioMatcheris blocked.shortgetVersion(byte[] dest, short offset) Gets the matching algorithm version and ID.shortinitMatch(byte[] candidate, short offset, short length) Initialize or re-initialize a biometric matching session.booleanIndicates whether thisBioMatcherhas been loaded with at least oneBioTemplateDataand is ready for matching functions.booleanIndicates whether a matching session was successfully since the last card reset or last call toBioMatcher.reset().shortmatch(byte[] candidate, short offset, short length) Continues a biometric matching session.voidreset()Resets thevalidatedflag associated with thisBioMatcher.