Interface SharedBioTemplate
- All Superinterfaces:
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 BioTemplate
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 BioTemplate
getBioType, getPublicTemplateData, getTriesRemaining, getVersion, initMatch, isInitialized, isValidated, match, resetModifier and TypeMethodDescriptionbyteGet the biometric type.shortgetPublicTemplateData(short publicOffset, byte[] dest, short destOffset, short length) Get public part of the reference template.byteReturns the number of times remaining that an incorrect candidate template can be presented before the reference template is blocked.shortgetVersion(byte[] dest, short offset) Get the matching algorithm version and ID.shortinitMatch(byte[] candidate, short offset, short length) Initialize or re-initialize a biometric matching session.booleanReturns true if the reference template is completely loaded and ready for matching functions.booleanReturns true if the template has been successfully checked since the last card reset or last call toreset().shortmatch(byte[] candidate, short offset, short length) Continues a biometric matching session.voidreset()Resets the validated flag associated with the reference template.