Package | Description |
---|---|
com.bluefin.decryptx | |
com.bluefin.decryptx.apis |
Modifier and Type | Method and Description |
---|---|
static DecryptxError |
ApiExceptionUtils.getDecryptxError(ApiException e) |
static boolean |
ApiExceptionUtils.isDecryptxError(ApiException e) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
com.sun.jersey.api.client.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
Object |
ApiClient.serialize(Object obj,
String contentType,
Map<String,Object> formParams)
Serialize the given Java object into string according the given
Content-Type (only JSON is supported for now).
|
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.
|
PayloadDecrypted |
DecryptxApi.processPayload(ParserParam parserParam)
x
Extracts parameters from a device payload and decrypts track data on the Decryptx service.
|
ValidationResponse |
DecryptxApi.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 |
DecryptxApi.validatePartner(PartnerParam partnerParam)
x
Validates Partners on Decryptx
This endpoint allows a partner to validate their credentials to access the Decryptx API.
|
Copyright © 2018. All rights reserved.