Constants
To ensure backward compatibility in the future, use constants wherever possible. This section only lists constants for which additional information is provided. Refer to the Javadoc that accompanies this release of the ActivID Credential Management System for a listing of all constants.

-
EnrollmentData.ENROLLMENT_DATA_ENCODING_NONE Encoding: none.
-
EnrollmentData.ENROLLMENT_DATA_ENCODING_BASE64
-
Encoding: represented as a base64 string using the encoding type Base64.

These are also used as input to importCredentials():
-
CRED_ENTRY_KEY_PASSWORD
-
CRED_ENTRY_KEY_SQ_MIN

These parameters are used for synchronization.
-
ACCESS_PARAM_SMARTCARD_PIN
-
ACCESS_PARAM_SMARTCARD_READER

The following parameter is for use with performProcess:
-
ACTION_RUNTIME_PARAM_LOCK
The following parameter is for use with synchronization.
-
ACTION_RUNTIME_PARAM_PIN
The following parameter is for use with synchronization.
-
ACTION_RUNTIME_PARAM_REASON—Used with performProcess.

-
CRITERIA_ID_ENROLLMENT_DATA

-
ACTION_REASON_NONE—Initial issuance of a device or a device update.
-
ACTION_REASON_DAMAGED—Device issued is permanent replacement for a damaged device.
-
ACTION_REASON_EXPIRED— Device issued is permanent replacement for expired device needing to be replaced.
-
ACTION_REASON_FORGOTTEN— Device issued is temporary replacement for a forgotten device.
-
ACTION_REASON_LOST— Device issued is permanent replacement for a lost device.
-
ACTION_REASON_RENEW— Device issued is permanent replacement for an expiring device needing to be renewed.
-
ACTION_REASON_STOLEN— Device issued is permanent replacement for a stolen device.

-
SECURITY_MODULE_STATUS_ASSIGNED—Device has been bound.
-
SECURITY_MODULE_STATUS_AVAILABLE—Initial state of a device.
-
SECURITY_MODULE_STATUS_INPRODUCTION—Device production has started.
-
SECURITY_MODULE_STATUS_INVALID—Device status invalid.
Device has been damaged, lost, stolen, or placed on hold.
-
SECURITY_MODULE_STATUS_ISSUED—Device synchronization has occurred.
-
SECURITY_MODULE_STATUS_PRODUCED—Device production is complete.
-
SECURITY_MODULE_STATUS_TERMINATED—Device production was terminated.

-
Parameter.ENCODING_DEFAULT—Default encoding for a Parameter with no set encoding.
-
Parameter.ENCODING_NONE—Indicates no specific encoding. This indicates the value is natively a String and is not encoded.
-
Parameter.TYPE_DEFAULT—Default type for a Parameter: (String). This indicates that the value is natively a String.
-
Parameter.TYPE_STRING—Indicates that the value is natively a String.