HID APPROVE SDK
5.7.1
HID APPROVE SDK for Android
|
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" |
Common Transaction Signing SDK Constants
|
static |
Filter: Container creation date
|
static |
Filter: Container expiration date
|
static |
Filter: Container friendly name
|
static |
Filter: Container renewal date
|
static |
Filter: Container URL of server managing container
|
static |
Filter: Container user id
|
static |
Device Info: Device brand name.
|
static |
Device Info: Keystore type. ("soft" or "hw")
|
static |
Device Info: Device manufacturer name.
|
static |
Device Info: Device model name.
|
static |
Device Info: Device name (manufacturer + model)
|
static |
Device Info: Operating System name. ("Android")
|
static |
Device Info: Operating System platform version codename and API level.
|
static |
Device Info: Operating System platform version number.
|
static |
Device Info: Device product name.
|
static |
Device Info: Device Google Cloud Messaging (GCM) identifier.
|
static |
Key Property: Key Creation Date as long. Value as the milliseconds since January 1, 1970, 00:00:00 GMT.
|
static |
Key Property: Key Expiration Date as long. Value as the milliseconds since January 1, 1970, 00:00:00 GMT or "-1" if never.
|
static |
Key Property: Key Label.
|
static |
Key Property: Key Usage.
|
static |
Key Property Filter: Key Usage Value of authentication key.
|
static |
Key Property Filter: Key Usage Value of encryption keys.
|
static |
Key Property Filter: Key Usage Value of internal SDK/protector keys.
|
static |
Key Property Filter: Key Usage Value of OPPRO keys(SILENT LOCK).
|
static |
Key Property Filter: Key Usage Value of OTP keys.
|
static |
Key Property Filter: Key Usage Value of signing private keys.
|
static |
Key Property Filter: Key Usage Value of transaction protection session keys.
|
static |
SyncListener Event: Message level.
|
static |
SyncListener Event: Message text
|
static |
SyncListener Event: Message progress percent.
|
static |
Property: Application customization.
|
static |
Property: Server provisioning channel.
|
static |
Property: Container creation date
|
static |
Property: Container expiration date
|
static |
Property: the type of keystore used by the container : could be hardware ("hw") or software ("sw")
|
static |
Property: Container renewal date
|
static |
Property: Server domain. By default will store value given to ContainerInitialization through URL.
|
static |
Property: Id to identify the device corresponding to the container
|
static |
Property: Provisioning Protocol Version
|
static |
Property: Id to identify corresponding container
|
static |
Property: Server transaction authentication policy id.
|
static |
Property: Server context.
|
static |
Property: Transaction gateway URL. By default will store value given to ContainerInitialization.
|
static |
Property: User id. By default will store value given to ContainerInitialization if passed.
|
static |
UTF8 Character Set Encoding
|
static |
Maximum supported transaction protocol version
|
static |
Maximum supported provisioning and application update protocol version