HID APPROVE SDK  5.7.1
HID APPROVE SDK for Android
com.hidglobal.ia.service.manager.SDKConstants Interface Reference

Static Public Attributes

static final String ACTION_DELETE = "delete"
 
static final String ACTION_RENEW = "renew"
 
static final String ACTION_TRANSACTION = "transaction"
 
static final String ACTION_UPDATE = "update"
 
static final String CONTAINER_CREATION_DATE = "creationDate"
 
static final String CONTAINER_EXPIRY_DATE = "expiryDate"
 
static final String CONTAINER_NAME = "name"
 
static final String CONTAINER_RENEWAL_DATE = "renewalDate"
 
static final String CONTAINER_URL = "url"
 
static final String CONTAINER_USERID = "uid"
 
static final String DEVICE_INFO_BRAND = TokenSDKConstants.DEVICE_INFO_BRAND
 
static final String DEVICE_INFO_KEYSTORE = TokenSDKConstants.DEVICE_INFO_KEYSTORE
 
static final String DEVICE_INFO_MANUFACTURER = TokenSDKConstants.DEVICE_INFO_MANUFACTURER
 
static final String DEVICE_INFO_MODEL = TokenSDKConstants.DEVICE_INFO_MODEL
 
static final String DEVICE_INFO_NAME = TokenSDKConstants.DEVICE_INFO_NAME
 
static final String DEVICE_INFO_OS = TokenSDKConstants.DEVICE_INFO_OS
 
static final String DEVICE_INFO_OS_NAME = TokenSDKConstants.DEVICE_INFO_OS_NAME
 
static final String DEVICE_INFO_OS_VERSION = TokenSDKConstants.DEVICE_INFO_OS_VERSION
 
static final String DEVICE_INFO_PRODUCT = TokenSDKConstants.DEVICE_INFO_PRODUCT
 
static final String DEVICE_INFO_PUSHID = SyncManagerConstants.PARAM_SYNC_PUSHID
 
static final String KEY_PROPERTY_CREATE = TokenSDKConstants.KEY_PARAM_CREATE
 
static final String KEY_PROPERTY_EXPIRY = TokenSDKConstants.KEY_PARAM_EXPIRY
 
static final String KEY_PROPERTY_LABEL = TokenSDKConstants.KEY_PARAM_LABEL
 
static final String KEY_PROPERTY_USAGE = TokenSDKConstants.KEY_PARAM_USAGE
 
static final char [] KEY_PROPERTY_USAGE_AUTH = "authentication".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_ENCRYPT = "encryption".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_INTERNAL = "internal".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_OPPRO = "oppro".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_OTP = "otp".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_SIGN = "signature".toCharArray()
 
static final char [] KEY_PROPERTY_USAGE_TXPROTECT = "transactionprotection".toCharArray()
 
static final String PARAM_SYNCEVENT_LEVEL = EventConstants.SYNC_EVENT_PARAM_LEVEL
 
static final String PARAM_SYNCEVENT_MESSAGE = EventConstants.SYNC_EVENT_PARAM_MESSAGE
 
static final String PARAM_SYNCEVENT_PERCENT = EventConstants.SYNC_EVENT_PARAM_PERCENT
 
static final String PROPERTY_APPCUSTOMIZATION = "appcustomization"
 
static final String PROPERTY_CHANNEL = SyncManagerConstants.PARAM_SYNC_SERVER_CHANNEL
 
static final String PROPERTY_CONTAINER_CREATION_DATE = CONTAINER_CREATION_DATE
 
static final String PROPERTY_CONTAINER_EXPIRY_DATE = CONTAINER_EXPIRY_DATE
 
static final String PROPERTY_CONTAINER_KEYSTORE_TYPE = "keystore"
 
static final String PROPERTY_CONTAINER_RENEWAL_DATE = CONTAINER_RENEWAL_DATE
 
static final String PROPERTY_DOMAIN = SyncManagerConstants.PARAM_SYNC_SERVER_DOMAIN
 
static final String PROPERTY_EXTERNALID = TokenSDKConstants.DEVICE_INFO_DEVICEID
 
static final String PROPERTY_OPMODE = "opmode"
 
static final String PROPERTY_PROTOCOL_VERSION = "provProtocolVersion"
 
static final String PROPERTY_PROTOCOL_VERSION_HISTORY = "protocolVersionHistory"
 
static final String PROPERTY_SERIALNUMBER = TokenSDKConstants.DEVICE_INFO_DEVICESN
 
static final String PROPERTY_TDS_AUTHPOLICYID = "tdsAuthPolicyId"
 
static final String PROPERTY_TDS_CONTEXT = "tdsContext"
 
static final String PROPERTY_TXURI = "transactionURI"
 
static final String PROPERTY_USERID = SyncManagerConstants.PARAM_SYNC_USERID
 
static final Charset UTF8_CHARSET = Charset.forName("UTF-8")
 
static final String VERSION_PROTOCOL_PROV = VERSION_PROTOCOL_V8
 
static final String VERSION_PROTOCOL_TX = VERSION_PROTOCOL_V8
 
static final String VERSION_PROTOCOL_V4 = "v4"
 
static final String VERSION_PROTOCOL_V5 = "v5"
 
static final String VERSION_PROTOCOL_V6 = "v6"
 
static final String VERSION_PROTOCOL_V7 = "v7"
 
static final String VERSION_PROTOCOL_V8 = "v8"
 

Detailed Description

Common Transaction Signing SDK Constants

Member Data Documentation

◆ CONTAINER_CREATION_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_CREATION_DATE = "creationDate"
static

Filter: Container creation date

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ CONTAINER_EXPIRY_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_EXPIRY_DATE = "expiryDate"
static

Filter: Container expiration date

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ CONTAINER_NAME

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_NAME = "name"
static

Filter: Container friendly name

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ CONTAINER_RENEWAL_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_RENEWAL_DATE = "renewalDate"
static

Filter: Container renewal date

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ CONTAINER_URL

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_URL = "url"
static

Filter: Container URL of server managing container

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ CONTAINER_USERID

final String com.hidglobal.ia.service.manager.SDKConstants.CONTAINER_USERID = "uid"
static

Filter: Container user id

See also
com.hidglobal.ia.service.transaction.Device::findContainers(Parameter[])

◆ DEVICE_INFO_BRAND

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_BRAND = TokenSDKConstants.DEVICE_INFO_BRAND
static

Device Info: Device brand name.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_KEYSTORE

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_KEYSTORE = TokenSDKConstants.DEVICE_INFO_KEYSTORE
static

Device Info: Keystore type. ("soft" or "hw")

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_MANUFACTURER

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_MANUFACTURER = TokenSDKConstants.DEVICE_INFO_MANUFACTURER
static

Device Info: Device manufacturer name.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_MODEL

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_MODEL = TokenSDKConstants.DEVICE_INFO_MODEL
static

Device Info: Device model name.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_NAME

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_NAME = TokenSDKConstants.DEVICE_INFO_NAME
static

Device Info: Device name (manufacturer + model)

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_OS

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_OS = TokenSDKConstants.DEVICE_INFO_OS
static

Device Info: Operating System name. ("Android")

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_OS_NAME

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_OS_NAME = TokenSDKConstants.DEVICE_INFO_OS_NAME
static

Device Info: Operating System platform version codename and API level.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_OS_VERSION

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_OS_VERSION = TokenSDKConstants.DEVICE_INFO_OS_VERSION
static

Device Info: Operating System platform version number.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_PRODUCT

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_PRODUCT = TokenSDKConstants.DEVICE_INFO_PRODUCT
static

Device Info: Device product name.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ DEVICE_INFO_PUSHID

final String com.hidglobal.ia.service.manager.SDKConstants.DEVICE_INFO_PUSHID = SyncManagerConstants.PARAM_SYNC_PUSHID
static

Device Info: Device Google Cloud Messaging (GCM) identifier.

See also
com.hidglobal.ia.service.transaction.Device::getDeviceInfo(java.lang.String)

◆ KEY_PROPERTY_CREATE

final String com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_CREATE = TokenSDKConstants.KEY_PARAM_CREATE
static

Key Property: Key Creation Date as long. Value as the milliseconds since January 1, 1970, 00:00:00 GMT.

See also
com.hidglobal.ia.service.transaction.Key::getProperty(java.lang.String)

◆ KEY_PROPERTY_EXPIRY

final String com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_EXPIRY = TokenSDKConstants.KEY_PARAM_EXPIRY
static

Key Property: Key Expiration Date as long. Value as the milliseconds since January 1, 1970, 00:00:00 GMT or "-1" if never.

See also
com.hidglobal.ia.service.transaction.Key::getProperty(java.lang.String)

◆ KEY_PROPERTY_LABEL

final String com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_LABEL = TokenSDKConstants.KEY_PARAM_LABEL
static

Key Property: Key Label.

See also
com.hidglobal.ia.service.transaction.Key::getProperty(java.lang.String)

◆ KEY_PROPERTY_USAGE

final String com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE = TokenSDKConstants.KEY_PARAM_USAGE
static

Key Property: Key Usage.

See also
com.hidglobal.ia.service.transaction.Key::getProperty(java.lang.String)

◆ KEY_PROPERTY_USAGE_AUTH

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_AUTH = "authentication".toCharArray()
static

◆ KEY_PROPERTY_USAGE_ENCRYPT

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_ENCRYPT = "encryption".toCharArray()
static

◆ KEY_PROPERTY_USAGE_INTERNAL

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_INTERNAL = "internal".toCharArray()
static

Key Property Filter: Key Usage Value of internal SDK/protector keys.

See also
com.hidglobal.ia.service.transaction.Container::findKeys(com.hidglobal.ia.service.beans.Parameter[])
KEY_PROPERTY_USAGE

◆ KEY_PROPERTY_USAGE_OPPRO

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_OPPRO = "oppro".toCharArray()
static

Key Property Filter: Key Usage Value of OPPRO keys(SILENT LOCK).

See also
com.hidglobal.ia.service.transaction.Container::findKeys(com.hidglobal.ia.service.beans.Parameter[])
KEY_PROPERTY_USAGE

◆ KEY_PROPERTY_USAGE_OTP

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_OTP = "otp".toCharArray()
static

◆ KEY_PROPERTY_USAGE_SIGN

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_SIGN = "signature".toCharArray()
static

Key Property Filter: Key Usage Value of signing private keys.

See also
com.hidglobal.ia.service.transaction.Container::findKeys(com.hidglobal.ia.service.beans.Parameter[])
KEY_PROPERTY_USAGE

◆ KEY_PROPERTY_USAGE_TXPROTECT

final char [] com.hidglobal.ia.service.manager.SDKConstants.KEY_PROPERTY_USAGE_TXPROTECT = "transactionprotection".toCharArray()
static

Key Property Filter: Key Usage Value of transaction protection session keys.

See also
com.hidglobal.ia.service.transaction.Container::findKeys(com.hidglobal.ia.service.beans.Parameter[])
KEY_PROPERTY_USAGE

◆ PARAM_SYNCEVENT_LEVEL

final String com.hidglobal.ia.service.manager.SDKConstants.PARAM_SYNCEVENT_LEVEL = EventConstants.SYNC_EVENT_PARAM_LEVEL
static

◆ PARAM_SYNCEVENT_MESSAGE

final String com.hidglobal.ia.service.manager.SDKConstants.PARAM_SYNCEVENT_MESSAGE = EventConstants.SYNC_EVENT_PARAM_MESSAGE
static

◆ PARAM_SYNCEVENT_PERCENT

final String com.hidglobal.ia.service.manager.SDKConstants.PARAM_SYNCEVENT_PERCENT = EventConstants.SYNC_EVENT_PARAM_PERCENT
static

◆ PROPERTY_APPCUSTOMIZATION

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_APPCUSTOMIZATION = "appcustomization"
static

Property: Application customization.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_CHANNEL

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_CHANNEL = SyncManagerConstants.PARAM_SYNC_SERVER_CHANNEL
static

Property: Server provisioning channel.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_CONTAINER_CREATION_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_CONTAINER_CREATION_DATE = CONTAINER_CREATION_DATE
static

◆ PROPERTY_CONTAINER_EXPIRY_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_CONTAINER_EXPIRY_DATE = CONTAINER_EXPIRY_DATE
static

Property: Container expiration date

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_CONTAINER_KEYSTORE_TYPE

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_CONTAINER_KEYSTORE_TYPE = "keystore"
static

Property: the type of keystore used by the container : could be hardware ("hw") or software ("sw")

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_CONTAINER_RENEWAL_DATE

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_CONTAINER_RENEWAL_DATE = CONTAINER_RENEWAL_DATE
static

◆ PROPERTY_DOMAIN

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_DOMAIN = SyncManagerConstants.PARAM_SYNC_SERVER_DOMAIN
static

Property: Server domain. By default will store value given to ContainerInitialization through URL.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_EXTERNALID

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_EXTERNALID = TokenSDKConstants.DEVICE_INFO_DEVICEID
static

Property: Id to identify the device corresponding to the container

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_PROTOCOL_VERSION

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_PROTOCOL_VERSION = "provProtocolVersion"
static

Property: Provisioning Protocol Version

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_SERIALNUMBER

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_SERIALNUMBER = TokenSDKConstants.DEVICE_INFO_DEVICESN
static

Property: Id to identify corresponding container

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_TDS_AUTHPOLICYID

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_TDS_AUTHPOLICYID = "tdsAuthPolicyId"
static

Property: Server transaction authentication policy id.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ PROPERTY_TDS_CONTEXT

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_TDS_CONTEXT = "tdsContext"
static

◆ PROPERTY_TXURI

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_TXURI = "transactionURI"
static

Property: Transaction gateway URL. By default will store value given to ContainerInitialization.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)
com.hidglobal.ia.service.transaction.Container::setProperty(String, char[])

◆ PROPERTY_USERID

final String com.hidglobal.ia.service.manager.SDKConstants.PROPERTY_USERID = SyncManagerConstants.PARAM_SYNC_USERID
static

Property: User id. By default will store value given to ContainerInitialization if passed.

See also
com.hidglobal.ia.service.transaction.Container::getProperty(String)

◆ UTF8_CHARSET

final Charset com.hidglobal.ia.service.manager.SDKConstants.UTF8_CHARSET = Charset.forName("UTF-8")
static

UTF8 Character Set Encoding

◆ VERSION_PROTOCOL_TX

final String com.hidglobal.ia.service.manager.SDKConstants.VERSION_PROTOCOL_TX = VERSION_PROTOCOL_V8
static

Maximum supported transaction protocol version

◆ VERSION_PROTOCOL_V4

final String com.hidglobal.ia.service.manager.SDKConstants.VERSION_PROTOCOL_V4 = "v4"
static

Maximum supported provisioning and application update protocol version


The documentation for this interface was generated from the following file: