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 |
---|---|
DecryptResponse |
DecryptResponse.code(Integer code)
Pragmatic code for specific failure reasons.
|
DecryptResponse |
DecryptResponse.decrypted(List<Decrypted> decrypted) |
DecryptResponse |
DecryptResponse.message(String message)
Human readable error message indicating why the call failed.
|
DecryptResponse |
DecryptResponse.messageId(String messageId)
Bluefin assigned unique identifier for each response from the Decryptx API.
|
DecryptResponse |
DecryptResponse.reference(String reference)
Up to 50 character string that identifies this request for the partner.
|
DecryptResponse |
DecryptResponse.success(Boolean success)
Signified if Validation was successful or not
|
Copyright © 2018. All rights reserved.