net.qrivy.jbioapi
Class BiometricServiceProvider

java.lang.Object
  extended by net.qrivy.jbioapi.BiometricServiceProvider

public class BiometricServiceProvider
extends java.lang.Object

Author:
Michael R. Crusoe

Field Summary
static short PURPOSE_ENROLL
           
static short PURPOSE_ENROLL_FOR_VERIFICATION_ONLY
           
static short PURRPOSE_ENROLL_FOR_IDENTIFICATION_ONLY
           
 
Method Summary
 void destroy()
           
 BioAPI_BIR enroll(short purpose)
           
 BioAPI_BIR enroll(short purpose, int timeout)
           
 verifyResult verify(int far, int frr, boolean preferFar, BioAPI_BIR bir, int timeout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PURPOSE_ENROLL

public static final short PURPOSE_ENROLL
See Also:
Constant Field Values

PURPOSE_ENROLL_FOR_VERIFICATION_ONLY

public static final short PURPOSE_ENROLL_FOR_VERIFICATION_ONLY
See Also:
Constant Field Values

PURRPOSE_ENROLL_FOR_IDENTIFICATION_ONLY

public static final short PURRPOSE_ENROLL_FOR_IDENTIFICATION_ONLY
See Also:
Constant Field Values
Method Detail

enroll

public BioAPI_BIR enroll(short purpose)
                  throws BioApiException
Throws:
BioApiException

enroll

public BioAPI_BIR enroll(short purpose,
                         int timeout)
                  throws BioApiException
Throws:
BioApiException

verify

public verifyResult verify(int far,
                           int frr,
                           boolean preferFar,
                           BioAPI_BIR bir,
                           int timeout)
                    throws BioApiException
Throws:
BioApiException

destroy

public void destroy()