public class DecryptxApi extends Object
Constructor and Description |
---|
DecryptxApi() |
DecryptxApi(ApiClient apiClient) |
DecryptxApi(AuthenticationMethod method,
String id,
String key) |
Modifier and Type | Method and Description |
---|---|
DecryptResponse |
decrypt(DecryptParam decryptParam)
x
Decrypts P2PE data on Decryptx
This allows a partner to decrypt P2PE data from a device.
|
ApiClient |
getApiClient() |
PayloadDecrypted |
processPayload(ParserParam parserParam)
x
Extracts parameters from a device payload and decrypts track data on the Decryptx service.
|
void |
setApiClient(ApiClient apiClient) |
void |
setAuthenticationMethod(AuthenticationMethod method,
String id,
String key) |
ValidationResponse |
validateDevice(DeviceParam deviceParam)
x
Validates Devices on Decryptx
This endpoint allows a partner to validate that a device is correctly registered and is functioning correctly.
|
ValidationResponse |
validatePartner(PartnerParam partnerParam)
x
Validates Partners on Decryptx
This endpoint allows a partner to validate their credentials to access the Decryptx API.
|
public DecryptxApi()
public DecryptxApi(ApiClient apiClient)
public DecryptxApi(AuthenticationMethod method, String id, String key)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public final void setAuthenticationMethod(AuthenticationMethod method, String id, String key)
public DecryptResponse decrypt(DecryptParam decryptParam) throws ApiException
decryptParam
- P2PE Data Details. (required)ApiException
- if fails to make API callpublic PayloadDecrypted processPayload(ParserParam parserParam) throws ApiException
parserParam
- A JSON object that contains the details required to perform a payload decryption. Includes Decryptx partnerId and partnerKey. (required)ApiException
- if fails to make API callpublic ValidationResponse validateDevice(DeviceParam deviceParam) throws ApiException
deviceParam
- Device Details. (required)ApiException
- if fails to make API callpublic ValidationResponse validatePartner(PartnerParam partnerParam) throws ApiException
partnerParam
- Partner Details; includes partnerId, partnerKey and an optional User Defined Reference. (required)ApiException
- if fails to make API callCopyright © 2018. All rights reserved.