|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PtInputBir | |
---|---|
com.upek.android.ptapi |
Uses of PtInputBir in com.upek.android.ptapi |
---|
Methods in com.upek.android.ptapi with parameters of type PtInputBir | |
---|---|
PtBir |
PtConnectionI.convertTemplate(PtInputBir inputBIR,
int targetType,
boolean returnPayload)
Converts template to format currently set in session configuration. |
PtBir |
PtConnection.convertTemplate(PtInputBir inputBIR,
int targetType,
boolean returnPayload)
|
void |
PtConnection.copyFingerData(PtInputBir srcTemplate,
int srcTag,
int dstSlotNr,
int dstTag,
int dstAccessRights)
|
void |
PtConnectionAdvancedI.copyFingerData(PtInputBir srcTemplate,
int srcTag,
int dstSlotNr,
int dstTag,
int dstAccessRights)
Copies additional application data assigned to a finger template from one template to another one. |
PtBir |
PtConnection.copyFingerDataWrapped(PtInputBir srcTemplate,
int srcTag,
PtInputBir inputBIR,
int dstTag,
int dstAccessRights)
|
PtBir |
PtConnectionAdvancedI.copyFingerDataWrapped(PtInputBir srcTemplate,
int srcTag,
PtInputBir inputBIR,
int dstTag,
int dstAccessRights)
Copies additional application data assigned to a finger template from a template to another wrapped template. |
void |
PtConnectionI.enroll(byte purpose,
PtInputBir storedTemplate,
PtBirArgI newTemplate,
IntegerArgI slotNr,
byte[] payload,
int timeout,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
Scans the live finger once or several times, depending on the session settings, and combines the images into one enrollment template. |
void |
PtConnection.enroll(byte purpose,
PtInputBir storedTemplate,
PtBirArgI newTemplate,
IntegerArgI slotNr,
byte[] payload,
int timeout,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
|
byte[] |
PtConnection.getFingerDataEx(PtInputBir template,
int tag)
|
byte[] |
PtConnectionAdvancedI.getFingerDataEx(PtInputBir template,
int tag)
Reads the additional application data associated with a finger template stored in FM's non-volatile memory or with a wrapped template. |
short |
PtConnectionI.identifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
Matches the supplied captured template against supplied list of enrollment templates. |
short |
PtConnectionI.identifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
Matches the supplied captured template against supplied list of enrollment templates. |
short |
PtConnection.identifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
|
short |
PtConnection.identifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
|
PtBir |
PtConnection.loadFingerEx(PtInputBir inputBIR,
boolean returnPayload)
|
PtBir |
PtConnectionAdvancedI.loadFingerEx(PtInputBir inputBIR,
boolean returnPayload)
Loads template from stored slot or wrapped template. |
int |
PtConnection.queryFingerData(PtInputBir template,
int tag)
|
int |
PtConnectionAdvancedI.queryFingerData(PtInputBir template,
int tag)
Queries access rights of additional application data associated with a finger template stored in FM's non-volatile memory. |
PtBir |
PtConnection.setFingerDataExWrapped(PtInputBir inputBIR,
int tag,
int accessRights,
byte[] fingerData)
|
PtBir |
PtConnectionAdvancedI.setFingerDataExWrapped(PtInputBir inputBIR,
int tag,
int accessRights,
byte[] fingerData)
Assigns an additional application data to a finger template stored in wrapped template. |
int |
PtConnectionI.storeFinger(PtInputBir template)
Stores given fingerprint template in the selected slot in the non-volatile memory of the TFM. |
int |
PtConnection.storeFinger(PtInputBir template)
|
PtBir |
PtConnection.storeFingerWrapped(PtInputBir template)
|
PtBir |
PtConnectionAdvancedI.storeFingerWrapped(PtInputBir template)
Stores given fingerprint template into wrapped template. |
byte[] |
PtConnection.useFingerData(PtInputBir template,
int tag,
int operation,
byte[] inputData)
|
byte[] |
PtConnectionAdvancedI.useFingerData(PtInputBir template,
int tag,
int operation,
byte[] inputData)
Performs given 'use' operation with finger data of specified template. |
PtBir |
PtConnection.useSetFingerDataWrapped(PtInputBir inputBir,
int tag,
int accessRights,
int operation,
byte[] inputData,
ByteArrayArgI outputData)
|
PtBir |
PtConnectionAdvancedI.useSetFingerDataWrapped(PtInputBir inputBir,
int tag,
int accessRights,
int operation,
byte[] inputData,
ByteArrayArgI outputData)
Performs given 'use-set' operation and store result as finger data of specified wrapped template. |
PtBir |
PtConnection.useUpdateFingerDataWrapped(PtInputBir inputBir,
int tag,
int operation,
byte[] inputData,
ByteArrayArgI outputData)
|
PtBir |
PtConnectionAdvancedI.useUpdateFingerDataWrapped(PtInputBir inputBir,
int tag,
int operation,
byte[] inputData,
ByteArrayArgI outputData)
Performs given 'use-update' operation with finger data of specified wrapped template, updated wrapped template is returned back to host. |
boolean |
PtConnectionI.verify(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
int timeout,
boolean capture,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
Scans the live finger or uses the last captured finger data and tries to match it against the supplied enrollment template. |
boolean |
PtConnection.verify(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
int timeout,
boolean capture,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
|
short |
PtConnectionI.verifyEx(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
int timeout,
boolean capture,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
Scans the live finger or uses the last captured finger data and tries to match it against the set of supplied enrollment templates. |
short |
PtConnection.verifyEx(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir[] storedTemplates,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
int timeout,
boolean capture,
PtBirArgI auditData,
byte[] signData,
ByteArrayArgI signature)
|
boolean |
PtConnectionI.verifyMatch(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload)
Matches the supplied captured template against the supplied enrollment template. |
boolean |
PtConnection.verifyMatch(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload)
|
boolean |
PtConnectionI.verifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
Matches the supplied captured template against the supplied enrollment template. |
boolean |
PtConnection.verifyMatchOnHost(java.lang.Integer maxFARRequested,
java.lang.Integer maxFRRRequested,
java.lang.Boolean farPrecedence,
PtInputBir capturedTemplate,
PtInputBir storedTemplate,
PtBirArgI adaptedTemplate,
IntegerArgI farAchieved,
IntegerArgI frrAchieved,
ByteArrayArgI payload,
PtMatchOnHostParams matchParams)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |