public class IdpResultCode
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ENTITLEMENT_INVALID
Error in entitlement string. 
 | 
static int | 
ENTITLEMENT_INVALID_ENFORCEMENT
Invalid enforcement name OR version for this Entitlement String. 
 | 
static int | 
ENTITLEMENT_NO_FEATURE
No remaining quantity for this Entitlement String. 
 | 
static int | 
ENTITLEMENT_NO_QUANTITY
No remaining quantity for this Entitlement String. 
 | 
static int | 
FILE_WRITE_ERROR
Error in writing file. 
 | 
static int | 
FINGERPRINT_CLONE_ATTACK_DETECTED
Clone issue detected. 
 | 
static int | 
FINGERPRINT_FAILED_TO_READ_DATA
Could not collect data to verify the fingerprint. 
 | 
static int | 
FINGERPRINT_PERMISSION_NOT_GRANTED
Permission not granted for fp type 
 | 
static int | 
KEY_FORMAT_UNKNOWN
The library and the provisioned key is not compatible. 
 | 
static int | 
KEY_NEED_TO_REPROVISION
Token/Key generated by this Registration Code cannot be used
 since the library version is newer. 
 | 
static int | 
LIBRARY_NEED_TO_UPGRADE
The library need to be updated. 
 | 
static int | 
LICENSE_INTERNAL
Internal error in license implementation. 
 | 
static int | 
LICENSE_XML_ERROR
Error in parsing XML. 
 | 
static int | 
PASSWORD_MANAGER_DUPLICATE_PASSWORD_ID
The password manager operation failed as the given password ID duplicate the one already present in the internal
 database. 
 | 
static int | 
PASSWORD_MANAGER_ILLEGAL_INTERNAL_STATE
The password manager operation failed because the password manager is in an illegal internal state. 
 | 
static int | 
PASSWORD_MANAGER_INVALID_FINGERPRINT
The password manager operation failed due to invalid fingerprint. 
 | 
static int | 
PASSWORD_MANAGER_INVALID_OPERATION
The password manager operation failed because the underlying sub-system (e.g. 
 | 
static int | 
PASSWORD_MANAGER_INVALID_PASSWORD
The password manager operation failed because the given password value is invalid. 
 | 
static int | 
PASSWORD_MANAGER_MIGRATION_FAILURE
The password manager migration failed. 
 | 
static int | 
PASSWORD_MANAGER_NATIVE_FAILURE
Internal error in native code for password manager. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_ALREADY_ENTERED
The password manager operation failed because the given password ID was already entered. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_DOMAIN_ALREADY_HAS_PASSWORD_ID
The password manager operation failed as the given password domain already has assigned the password (so that
 cannot call set password on it). 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_DOMAIN_ALREADY_HAS_THIS_PASSWORD_ID
The password manager operation failed as the given password domain is currently assigned with the password ID. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_DOMAIN_HAS_DIFFERENT_PASSWORD_ID
The password manager operation failed as the given password domain is currently assigned to a different password
 ID. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_DOMAIN_HAS_NO_PASSWORD_ID
The password manager operation failed as the given password domain has no assigned the password (so that cannot
 call change password on it). 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_DOMAIN_NOT_FOUND
The password manager operation failed because the password domain associated with the domain type could not be
 found. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_ID_ALREADY_HAS_PASSWORD
The password manager operation failed as the given password ID already has assigned the password (so that cannot
 call set password on it). 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_ID_ASSIGNED_TO_DOMAIN
The password manager operation failed as the given password ID is assigned to at least one password domain. 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_ID_HAS_NO_PASSWORD
The password manager operation failed as the given password ID has no assigned the password (so that cannot call
 change password on it). 
 | 
static int | 
PASSWORD_MANAGER_PASSWORD_NOT_ENTERED
The password manager operation failed because the given password ID was not entered yet. 
 | 
static int | 
PASSWORD_MANAGER_STORAGE_NOT_OPEN
The password manager operation failed because storage is not open (not login or hooked). 
 | 
static int | 
PASSWORD_MANAGER_UNKNOWN_PASSWORD_ID
The password manager operation failed as the given password ID is not present in the internal database. 
 | 
static int | 
PIN_POLICY_NOT_ALLOWED
Invalid pin policy. 
 | 
static int | 
POLICY_INVALID
Invalid policy. 
 | 
static int | 
PRODUCT_KEY_INVALID
Error in product key string. 
 | 
static int | 
SECURE_KEY_PAD_ERROR
Error occurred during SecureKeyPad usage. 
 | 
static int | 
SECURE_STORAGE_CRYPTO_ERROR
The crypto process failed, probably it cause by the wrong key value. 
 | 
static int | 
SECURE_STORAGE_ERROR
General SecureStorage error. 
 | 
static int | 
SECURE_STORAGE_PROPERTY_NOT_EXIST
SecureStorage property does not exist. 
 | 
static int | 
SECURE_STORAGE_WITH_IDENTIFIER_EXISTS_WITH_DIFFERENT_SECURITY
Storage with the identifier exists with different security level . 
 | 
static int | 
SUCCESS
Everything is OK - success. 
 | 
static int | 
TOKEN_IS_NOT_SUPPORTED
This token is not supported. 
 | 
static int | 
TOKEN_NETWORK_ERROR
Network related error 
 | 
static int | 
TOKEN_PIN_RULE_ERROR
PIN RULE related Exception 
 | 
static int | 
TOKEN_POLICY_ERROR
Token pin policy. 
 | 
static int | 
TOKEN_STORAGE_OPERATION_FAILED
Database related operation failures 
 | 
| Constructor and Description | 
|---|
IdpResultCode()  | 
public static final int SUCCESS
public static final int TOKEN_STORAGE_OPERATION_FAILED
public static final int TOKEN_NETWORK_ERROR
public static final int TOKEN_PIN_RULE_ERROR
public static final int FINGERPRINT_FAILED_TO_READ_DATA
public static final int FINGERPRINT_CLONE_ATTACK_DETECTED
public static final int FINGERPRINT_PERMISSION_NOT_GRANTED
public static final int PASSWORD_MANAGER_UNKNOWN_PASSWORD_ID
public static final int PASSWORD_MANAGER_DUPLICATE_PASSWORD_ID
public static final int PASSWORD_MANAGER_PASSWORD_ID_ASSIGNED_TO_DOMAIN
public static final int PASSWORD_MANAGER_PASSWORD_ID_ALREADY_HAS_PASSWORD
public static final int PASSWORD_MANAGER_PASSWORD_ID_HAS_NO_PASSWORD
public static final int PASSWORD_MANAGER_INVALID_PASSWORD
public static final int PASSWORD_MANAGER_PASSWORD_DOMAIN_ALREADY_HAS_PASSWORD_ID
public static final int PASSWORD_MANAGER_PASSWORD_DOMAIN_HAS_NO_PASSWORD_ID
public static final int PASSWORD_MANAGER_PASSWORD_DOMAIN_HAS_DIFFERENT_PASSWORD_ID
public static final int PASSWORD_MANAGER_PASSWORD_DOMAIN_ALREADY_HAS_THIS_PASSWORD_ID
public static final int PASSWORD_MANAGER_ILLEGAL_INTERNAL_STATE
public static final int PASSWORD_MANAGER_PASSWORD_ALREADY_ENTERED
public static final int PASSWORD_MANAGER_PASSWORD_NOT_ENTERED
public static final int PASSWORD_MANAGER_INVALID_OPERATION
public static final int PASSWORD_MANAGER_PASSWORD_DOMAIN_NOT_FOUND
public static final int PASSWORD_MANAGER_INVALID_FINGERPRINT
public static final int PASSWORD_MANAGER_MIGRATION_FAILURE
public static final int SECURE_STORAGE_ERROR
public static final int SECURE_STORAGE_PROPERTY_NOT_EXIST
public static final int SECURE_STORAGE_WITH_IDENTIFIER_EXISTS_WITH_DIFFERENT_SECURITY
public static final int SECURE_STORAGE_CRYPTO_ERROR
public static final int SECURE_KEY_PAD_ERROR
public static final int ENTITLEMENT_INVALID
public static final int ENTITLEMENT_NO_QUANTITY
public static final int ENTITLEMENT_INVALID_ENFORCEMENT
public static final int ENTITLEMENT_NO_FEATURE
public static final int LICENSE_XML_ERROR
public static final int FILE_WRITE_ERROR
public static final int PASSWORD_MANAGER_STORAGE_NOT_OPEN
public static final int LICENSE_INTERNAL
public static final int PASSWORD_MANAGER_NATIVE_FAILURE
public static final int PRODUCT_KEY_INVALID
public static final int POLICY_INVALID
public static final int PIN_POLICY_NOT_ALLOWED
public static final int TOKEN_POLICY_ERROR
public static final int TOKEN_IS_NOT_SUPPORTED
public static final int KEY_NEED_TO_REPROVISION
public static final int LIBRARY_NEED_TO_UPGRADE
public static final int KEY_FORMAT_UNKNOWN