Uses of Class
net.qrivy.jbioapi.BioApiException

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

Uses of BioApiException in net.qrivy.bioapi
 

Methods in net.qrivy.bioapi that throw BioApiException
static long BioAPI.attachModule(SWIGTYPE_p_a_16__unsigned_char uuid, BioAPI_MEMORY_FUNCS memoryFuncs, long DeviceID)
           
static void BioAPI.detachModule(long bspHandle)
           
static int BioAPI.enroll(long moduleHandle, short purpose, int timeout)
           
static BioAPI_BIR BioAPI.getBirFromHandle(long moduleHandle, int handle)
           
static SWIGTYPE_p_a_16__unsigned_char BioAPI.getStructuredUuid(java.lang.String INPUT)
           
static void BioAPI.init()
           
static void BioAPI.loadModule(SWIGTYPE_p_a_16__unsigned_char uuid)
           
static void BioAPI.loadModuleWithCallbacks(SWIGTYPE_p_a_16__unsigned_char uuid, SWIGTYPE_p_f_p_q_const__a_16__unsigned_char_p_void_unsigned_int_unsigned_int_unsigned_int__unsigned_int appNotifyCallback, SWIGTYPE_p_void appNotifyCallbackContext)
           
static void BioAPI.terminate()
           
static void BioAPI.unloadModule(SWIGTYPE_p_a_16__unsigned_char uuid)
           
static void BioAPI.unloadModuleWithCallbacks(SWIGTYPE_p_a_16__unsigned_char uuid, SWIGTYPE_p_f_p_q_const__a_16__unsigned_char_p_void_unsigned_int_unsigned_int_unsigned_int__unsigned_int appNotifyCallback, SWIGTYPE_p_void appNotifyCallbackContext)
           
static verifyResult BioAPI.verify(long moduleHandle, int far, int frr, long farOrFrr, BioAPI_INPUT_BIR inputBir, int timeout)
           
 

Uses of BioApiException in net.qrivy.jbioapi
 

Methods in net.qrivy.jbioapi that throw BioApiException
 BioAPI_BIR BiometricServiceProvider.enroll(short purpose)
           
 BioAPI_BIR BiometricServiceProvider.enroll(short purpose, int timeout)
           
static BiometricServiceProvider BiometricsFramework.getBiometricServiceProvider(java.lang.String uuid, long deviceID)
           
static long BiometricsFramework.getNumberOfModules()
           
static SchemaArray BiometricsFramework.getSchemas()
           
 verifyResult BiometricServiceProvider.verify(int far, int frr, boolean preferFar, BioAPI_BIR bir, int timeout)