net.qrivy.jbioapi
Class BiometricServiceProvider
java.lang.Object
net.qrivy.jbioapi.BiometricServiceProvider
public class BiometricServiceProvider
- extends java.lang.Object
- Author:
- Michael R. Crusoe
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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()