|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.morpho.morphosmart.sdk.TemplateFVP
public class TemplateFVP
This class represent the finger VP template used or generated during a
Capture
/Enroll
/Verify
/Identify
operation.
Constructor Summary | |
---|---|
TemplateFVP()
|
Method Summary | |
---|---|
boolean |
getAdvancedSecurityLevelsCompatibility()
Check if Advanced security levels compatibility is required for the current TemplateFVP object. |
byte[] |
getData()
Retrieve data of the current TemplateFVP object. |
int |
getDataIndex()
Retrieve data index of the current TemplateFVP object. |
TemplateFVPType |
getTemplateFVPType()
Retrieve type of the current TemplateFVP object. |
int |
getTemplateQuality()
Retrieve quality of the current TemplateFVP object. |
void |
setAdvancedSecurityLevelsCompatibility(boolean advancedSecurityLevelsCompatibility)
Set Advanced security levels compatibility value for the current TemplateFVP object. |
void |
setData(byte[] data)
Set data of the current TemplateFVP object. |
void |
setDataIndex(int dataIndex)
Set data index of the current TemplateFVP object. |
void |
setTemplateFVPType(int id)
Set the type of the current TemplateFVP object. |
void |
setTemplateFVPType(TemplateFVPType templateFVPType)
Set the type of the current TemplateFVP object. |
void |
setTemplateQuality(int templateQuality)
Set quality of the current TemplateFVP object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TemplateFVP()
Method Detail |
---|
public byte[] getData()
public void setData(byte[] data)
data
- input datapublic int getDataIndex()
public void setDataIndex(int dataIndex)
dataIndex
- input data indexpublic int getTemplateQuality()
public void setTemplateQuality(int templateQuality)
templateQuality
- input qualitypublic boolean getAdvancedSecurityLevelsCompatibility()
public void setAdvancedSecurityLevelsCompatibility(boolean advancedSecurityLevelsCompatibility)
advancedSecurityLevelsCompatibility
- (boolean)public TemplateFVPType getTemplateFVPType()
public void setTemplateFVPType(TemplateFVPType templateFVPType)
templateFVPType
- The TemplateFVPType to setpublic void setTemplateFVPType(int id)
id
- identifier of a TemplateFVPType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |