Uses of Class
net.qrivy.bioapi.BioAPI_BIR

Packages that use BioAPI_BIR
net.qrivy.bioapi   
net.qrivy.jbioapi   
 

Uses of BioAPI_BIR in net.qrivy.bioapi
 

Methods in net.qrivy.bioapi that return BioAPI_BIR
 BioAPI_BIR BioAPI_INPUT_BIR_InputBIR.getBIR()
           
static BioAPI_BIR BioAPI.getBirFromHandle(long moduleHandle, int handle)
           
 

Methods in net.qrivy.bioapi with parameters of type BioAPI_BIR
static java.nio.ByteBuffer BioAPI.getBirDataByteBuffer(BioAPI_BIR bir)
           
static java.nio.ByteBuffer BioAPI.getBirHeaderByteBuffer(BioAPI_BIR bir)
           
static java.nio.ByteBuffer BioAPI.getBirSignatureByteBuffer(BioAPI_BIR bir)
           
static BioAPI_INPUT_BIR BioAPI.getInputBIR(BioAPI_BIR bir)
           
 void BioAPI_INPUT_BIR_InputBIR.setBIR(BioAPI_BIR BIR)
           
static void BioAPI.setBirData(BioAPI_BIR bir, java.nio.ByteBuffer dataBuffer)
           
static void BioAPI.setBirHeader(BioAPI_BIR bir, java.nio.ByteBuffer headerBuffer)
           
static void BioAPI.setSignatureData(BioAPI_BIR bir, java.nio.ByteBuffer signatureBuffer)
           
static verifyResult BioAPI.verifyBir(long moduleHandle, int far, int frr, long farOrFrr, BioAPI_BIR bir, int timeout)
           
 

Uses of BioAPI_BIR in net.qrivy.jbioapi
 

Methods in net.qrivy.jbioapi that return BioAPI_BIR
 BioAPI_BIR BiometricServiceProvider.enroll(short purpose)
           
 BioAPI_BIR BiometricServiceProvider.enroll(short purpose, int timeout)
           
static BioAPI_BIR BiometricsFramework.readBir(java.lang.String filename)
           
 

Methods in net.qrivy.jbioapi with parameters of type BioAPI_BIR
 verifyResult BiometricServiceProvider.verify(int far, int frr, boolean preferFar, BioAPI_BIR bir, int timeout)
           
static void BiometricsFramework.writeBir(BioAPI_BIR bir, java.lang.String filename)