Uses of Class
com.upek.android.ptapi.struct.PtMatchOnHostParams

Packages that use PtMatchOnHostParams
com.upek.android.ptapi   
 

Uses of PtMatchOnHostParams in com.upek.android.ptapi
 

Methods in com.upek.android.ptapi with parameters of type PtMatchOnHostParams
 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)
           
 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)