Package | Description |
---|---|
com.bluefin.decryptx.apis | |
com.bluefin.decryptx.model |
Modifier and Type | Method and Description |
---|---|
DecryptResponse |
DecryptxApi.decrypt(DecryptParam decryptParam)
x
Decrypts P2PE data on Decryptx
This allows a partner to decrypt P2PE data from a device.
|
Modifier and Type | Method and Description |
---|---|
DecryptParam |
DecryptParam.clientId(String clientId)
Identifier for partner client that this device belongs to.
|
DecryptParam |
DecryptParam.decryptionParameters(DecryptionParameters decryptionParameters) |
DecryptParam |
DecryptParam.encrypted(List<Encrypted> encrypted) |
DecryptParam |
DecryptParam.firmware(String firmware)
The firmware version of the device as captured from the read.
|
DecryptParam |
DecryptParam.hasCcData(DecryptParam.HasCcDataEnum hasCcData)
Validation flag, that indicates if data should be checked for credit card numbers.
|
DecryptParam |
DecryptParam.partnerId(String partnerId)
ID provided by Bluefin for access to the Decryptx API.
|
DecryptParam |
DecryptParam.partnerKey(String partnerKey)
API Key provided by Bluefin for access to the Decryptx API.
|
DecryptParam |
DecryptParam.reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
DecryptParam |
DecryptParam.serial(String serial)
The serial number of the device.
|
Copyright © 2018. All rights reserved.