Package | Description |
---|---|
com.bluefin.decryptx.apis | |
com.bluefin.decryptx.model |
Modifier and Type | Method and Description |
---|---|
PayloadDecrypted |
DecryptxApi.processPayload(ParserParam parserParam)
x
Extracts parameters from a device payload and decrypts track data on the Decryptx service.
|
Modifier and Type | Method and Description |
---|---|
ParserParam |
ParserParam.clientId(String clientId)
Identifier for partner client that this device belongs to.
|
ParserParam |
ParserParam.devicePayload(String devicePayload)
The payload to be decrypted.
|
ParserParam |
ParserParam.deviceSerial(String deviceSerial)
The serial number of the device that generated the payload.
|
ParserParam |
ParserParam.deviceType(ParserParam.DeviceTypeEnum deviceType)
The type of device that generated the payload.
|
ParserParam |
ParserParam.ksn(String ksn)
The key sequence number (ksn) required to decrypt the card data.
|
ParserParam |
ParserParam.partnerId(String partnerId)
ID provided by Bluefin for access to the Decryptx API.
|
ParserParam |
ParserParam.partnerKey(String partnerKey)
API Key provided by Bluefin for access to the Decryptx API.
|
ParserParam |
ParserParam.reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
Copyright © 2018. All rights reserved.