public class BioFingerprintResultCode
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
API_LEVEL_23
This result code is used when API level is less than 23 
 | 
static int | 
BIOFINGERPRINTAUTHENTICATIONCALLBACK_NULL_REFERENCE
This result code is used when callbacks object is not instantiated 
 | 
static int | 
BIOFINGERPRINTAUTHMODE_NOT_ACTIVATED
This result code is used when biofingerprint authentication mode is not activated 
 | 
static int | 
BIOFP_NATIVE_FAILURE  | 
static int | 
DEACTIVATE_ALL_TOKENS_ERROR
This result code is used in case silent tokens deactivation failed. 
 | 
static int | 
ILLEGALBLOCKSIZE_EXCEPTION
This result code is used when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher. 
 | 
static int | 
INVALID_ALGORITHM_PARAMETER_EXCEPTION
This result code is used in case of an attempt using incorrect crypto algorithm 
 | 
static int | 
INVALID_KEY_EXCEPTION
This result code is used for invalid keys (invalid encoding, wrong length, uninitialized, etc). 
 | 
static int | 
INVALID_KEY_SPEC_EXCEPTION
This result code is used when key specifications are invalid. 
 | 
static int | 
NO_CACHE
This result code is used in case cache was not found or was not created yet. 
 | 
static int | 
NO_FINGERPRINT_SENSOR
This result code is used when device doesn't has a fingerprint sensor 
 | 
static int | 
NO_FINGERPRINTS_REGISTERED
This result code is used when no fingerprints are enrolled 
 | 
static int | 
NO_KEY_EXCEPTION
This result code is used when the key does not exist 
 | 
static int | 
NO_TOKEN
This result code is used when no token exists 
 | 
static int | 
NO_UUID
This result code is used when no UUID was supplied. 
 | 
static int | 
NO_UUID_IN_DB
This result code is used when data for specific token was not found in database. 
 | 
static int | 
NOT_IMPLEMENTED
This result code is used when the object or method is not implemented 
 | 
static int | 
PERMANENTLY_KEY_INVALIDATED_EXCEPTION
This result code is used to indicate that the key can no longer be used because it has been permanently invalidated. 
 | 
static int | 
SUCCESS
This result code is used in case of success code 
 | 
static int | 
UNEXPECTED_NULL_REFERENCE
This result code is used in case of null reference to object 
 | 
public static final int SUCCESS
public static final int API_LEVEL_23
public static final int NO_FINGERPRINT_SENSOR
public static final int NO_FINGERPRINTS_REGISTERED
public static final int UNEXPECTED_NULL_REFERENCE
public static final int INVALID_KEY_EXCEPTION
public static final int INVALID_KEY_SPEC_EXCEPTION
public static final int INVALID_ALGORITHM_PARAMETER_EXCEPTION
public static final int NOT_IMPLEMENTED
public static final int NO_KEY_EXCEPTION
public static final int BIOFINGERPRINTAUTHENTICATIONCALLBACK_NULL_REFERENCE
public static final int BIOFINGERPRINTAUTHMODE_NOT_ACTIVATED
public static final int NO_TOKEN
public static final int ILLEGALBLOCKSIZE_EXCEPTION
public static final int NO_UUID
public static final int NO_UUID_IN_DB
public static final int NO_CACHE
public static final int PERMANENTLY_KEY_INVALIDATED_EXCEPTION
public static final int DEACTIVATE_ALL_TOKENS_ERROR
public static final int BIOFP_NATIVE_FAILURE