Interface SharedBioTemplateData
- All Superinterfaces:
BioTemplateData, Shareable
The
SharedBioTemplateData interface provides the means for accessing
unrestricted biometric template data. A biometric manager/server can implement this
interface with a proxy to the public accessor functions; thus giving a biometric client read access to these
public information, but not write access to these information. 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
-
Method Summary
Methods inherited from interface BioTemplateData
getBioType, getPublicData, isInitializedModifier and TypeMethodDescriptionbyteGets the biometric type.shortgetPublicData(short publicOffset, byte[] dest, short destOffset, short length) Gets the public part of the biometric template data.booleanIndicates whether theBioTemplateDatais completely loaded/initialized.