public class BiometricVerificationRules extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<BiometricVerificationRule>
| Constructor and Description |
|---|
BiometricVerificationRules()
Creates a new instance of the BiometricVerificationRules class.
|
BiometricVerificationRules(long handle)
Creates a new instance of the BiometricVerificationRules class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases all resources used by this BiometricVerificationRules.
|
protected void |
finalize()
Finalizer for this class.
|
BiometricVerificationRule |
get(int index)
Gets an item of the BiometricVerificationRules object.
|
int |
getCount()
Gets the number of elements in the BiometricVerificationRules object.
|
long |
getHandle()
Gets the native handle.
|
boolean |
getVerifyAll()
Gets the indicates whether all verification rules must be respected.
|
java.util.Iterator<BiometricVerificationRule> |
iterator() |
public BiometricVerificationRules()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public BiometricVerificationRules(long handle)
throws BiosealException
handle - Handle to the BiometricVerificationRules.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public boolean getVerifyAll()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public BiometricVerificationRule get(int index) throws BiosealException
index - Index of the BiometricVerificationRule item to get.BiosealException - An error has occurred during Bioseal Library execution.public int getCount()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public java.util.Iterator<BiometricVerificationRule> iterator()
iterator in interface java.lang.Iterable<BiometricVerificationRule>Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal