Skip navigation links
A B C D E F G H I J K L M N P R S T V Z 

A

addDefaultHeader(String, String) - Method in class com.bluefin.decryptx.ApiClient
Add a default header.
ApiClient - Class in com.bluefin.decryptx
 
ApiClient() - Constructor for class com.bluefin.decryptx.ApiClient
 
ApiException - Exception in com.bluefin.decryptx
 
ApiException() - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(Throwable) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(int, String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.bluefin.decryptx.ApiException
 
ApiExceptionUtils - Class in com.bluefin.decryptx
 
ApiExceptionUtils() - Constructor for class com.bluefin.decryptx.ApiExceptionUtils
 
ascii(String) - Method in class com.bluefin.decryptx.model.Track
The decrypted track value converted to an ASCII string.
AuthenticationMethod - Enum in com.bluefin.decryptx
 

B

buildDefaultDateFormat() - Static method in class com.bluefin.decryptx.ApiClient
 

C

cbcVector(String) - Method in class com.bluefin.decryptx.model.DecryptionParameters
Base64 or hex encoded initial vector obtained from device.
clientId(String) - Method in class com.bluefin.decryptx.model.DecryptParam
Identifier for partner client that this device belongs to.
clientId(String) - Method in class com.bluefin.decryptx.model.DeviceParam
Identifier for partner client that this device belongs to.
clientId(String) - Method in class com.bluefin.decryptx.model.ParserParam
Identifier for partner client that this device belongs to.
code(String) - Method in class com.bluefin.decryptx.model.Decrypted
Failure code.
code(Integer) - Method in class com.bluefin.decryptx.model.DecryptResponse
Pragmatic code for specific failure reasons.
com.bluefin.decryptx - package com.bluefin.decryptx
 
com.bluefin.decryptx.apis - package com.bluefin.decryptx.apis
 
com.bluefin.decryptx.model - package com.bluefin.decryptx.model
 
Configuration - Class in com.bluefin.decryptx
 
Configuration() - Constructor for class com.bluefin.decryptx.Configuration
 
containsIgnoreCase(String[], String) - Static method in class com.bluefin.decryptx.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
CVV(String) - Method in class com.bluefin.decryptx.model.Extracted
The Card Verification Value extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)

D

decrypt(DecryptParam) - Method in class com.bluefin.decryptx.apis.DecryptxApi
x Decrypts P2PE data on Decryptx This allows a partner to decrypt P2PE data from a device.
Decrypted - Class in com.bluefin.decryptx.model
Decrypted
Decrypted() - Constructor for class com.bluefin.decryptx.model.Decrypted
 
decrypted(List<Decrypted>) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
decrypted(String) - Method in class com.bluefin.decryptx.model.TLV
Decrypted TLV string.
decrypted(String) - Method in class com.bluefin.decryptx.model.Track
String that represents the decrypted track value which is extracted from the device payload.
DecryptionParameters - Class in com.bluefin.decryptx.model
DecryptionParameters
DecryptionParameters() - Constructor for class com.bluefin.decryptx.model.DecryptionParameters
 
decryptionParameters(DecryptionParameters) - Method in class com.bluefin.decryptx.model.DecryptParam
 
DecryptionParameters.EncodingEnum - Enum in com.bluefin.decryptx.model
Encoding used for Encrypted Values and the Key Sequence Number.
DecryptParam - Class in com.bluefin.decryptx.model
DecryptParam
DecryptParam() - Constructor for class com.bluefin.decryptx.model.DecryptParam
 
DecryptParam.HasCcDataEnum - Enum in com.bluefin.decryptx.model
Validation flag, that indicates if data should be checked for credit card numbers.
DecryptResponse - Class in com.bluefin.decryptx.model
DecryptResponse
DecryptResponse() - Constructor for class com.bluefin.decryptx.model.DecryptResponse
 
DecryptxApi - Class in com.bluefin.decryptx.apis
 
DecryptxApi() - Constructor for class com.bluefin.decryptx.apis.DecryptxApi
 
DecryptxApi(ApiClient) - Constructor for class com.bluefin.decryptx.apis.DecryptxApi
 
DecryptxApi(AuthenticationMethod, String, String) - Constructor for class com.bluefin.decryptx.apis.DecryptxApi
 
DecryptxError - Class in com.bluefin.decryptx.model
DecryptxError
DecryptxError() - Constructor for class com.bluefin.decryptx.model.DecryptxError
 
device(String) - Method in class com.bluefin.decryptx.model.Meta
The manufacturer of the device that generated the payload.
DeviceParam - Class in com.bluefin.decryptx.model
DeviceParam
DeviceParam() - Constructor for class com.bluefin.decryptx.model.DeviceParam
 
devicePayload(String) - Method in class com.bluefin.decryptx.model.ParserParam
The payload to be decrypted.
deviceSerial(String) - Method in class com.bluefin.decryptx.model.ParserParam
The serial number of the device that generated the payload.
deviceType(ParserParam.DeviceTypeEnum) - Method in class com.bluefin.decryptx.model.ParserParam
The type of device that generated the payload.
discretionary(String) - Method in class com.bluefin.decryptx.model.Extracted
The discretionary data extracted from a track one or track two if present in the decrypted data.

E

encoding(DecryptionParameters.EncodingEnum) - Method in class com.bluefin.decryptx.model.DecryptionParameters
Encoding used for Encrypted Values and the Key Sequence Number.
encoding(String) - Method in class com.bluefin.decryptx.model.Track
The encoding of decrypted track data; either 'hex' or 'base64'.
encrypted(List<Encrypted>) - Method in class com.bluefin.decryptx.model.DecryptParam
 
Encrypted - Class in com.bluefin.decryptx.model
Encrypted
Encrypted() - Constructor for class com.bluefin.decryptx.model.Encrypted
 
equals(Object) - Method in class com.bluefin.decryptx.model.Decrypted
 
equals(Object) - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
equals(Object) - Method in class com.bluefin.decryptx.model.DecryptParam
 
equals(Object) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
equals(Object) - Method in class com.bluefin.decryptx.model.DecryptxError
 
equals(Object) - Method in class com.bluefin.decryptx.model.DeviceParam
 
equals(Object) - Method in class com.bluefin.decryptx.model.Encrypted
 
equals(Object) - Method in class com.bluefin.decryptx.model.Extracted
 
equals(Object) - Method in class com.bluefin.decryptx.model.Meta
 
equals(Object) - Method in class com.bluefin.decryptx.model.ParserParam
 
equals(Object) - Method in class com.bluefin.decryptx.model.PartnerParam
 
equals(Object) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
equals(Object) - Method in class com.bluefin.decryptx.model.TLV
 
equals(Object) - Method in class com.bluefin.decryptx.model.Track
 
equals(Object) - Method in class com.bluefin.decryptx.model.ValidationResponse
 
errCode(Integer) - Method in class com.bluefin.decryptx.model.DecryptxError
Pragmatic code for specific failure reason.
errMessage(String) - Method in class com.bluefin.decryptx.model.DecryptxError
A human readable error message.
escapeString(String) - Method in class com.bluefin.decryptx.ApiClient
Escape the given string to be used as URL query value.
EXPY(String) - Method in class com.bluefin.decryptx.model.Extracted
The Expiration Date extracted from the devicePayload in MMYY format
Extracted - Class in com.bluefin.decryptx.model
Extracted
Extracted() - Constructor for class com.bluefin.decryptx.model.Extracted
 
extracted(Extracted) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 

F

failed(Boolean) - Method in class com.bluefin.decryptx.model.Decrypted
Identifies if the decryption of this object failed.
firmware(String) - Method in class com.bluefin.decryptx.model.DecryptParam
The firmware version of the device as captured from the read.
firmware(String) - Method in class com.bluefin.decryptx.model.DeviceParam
The firmware version of the device as captured from the read.
firstName(String) - Method in class com.bluefin.decryptx.model.Extracted
The First Name extracted from the devicePayload
formatDate(Date) - Method in class com.bluefin.decryptx.ApiClient
Format the given Date object into string.

G

getApiClient() - Method in class com.bluefin.decryptx.apis.DecryptxApi
 
getAscii() - Method in class com.bluefin.decryptx.model.Track
 
getBasePath() - Method in class com.bluefin.decryptx.ApiClient
 
getCbcVector() - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
getClientId() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getClientId() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getClientId() - Method in class com.bluefin.decryptx.model.ParserParam
 
getCode() - Method in exception com.bluefin.decryptx.ApiException
 
getCode() - Method in class com.bluefin.decryptx.model.Decrypted
 
getCode() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
getConnectTimeout() - Method in class com.bluefin.decryptx.ApiClient
Connect timeout (in milliseconds).
getCVV() - Method in class com.bluefin.decryptx.model.Extracted
 
getDateFormat() - Method in class com.bluefin.decryptx.ApiClient
Get the date format used to parse/format date parameters.
getDecrypted() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
getDecrypted() - Method in class com.bluefin.decryptx.model.TLV
 
getDecrypted() - Method in class com.bluefin.decryptx.model.Track
 
getDecryptionParameters() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getDecryptxError(ApiException) - Static method in class com.bluefin.decryptx.ApiExceptionUtils
 
getDefaultApiClient() - Static method in class com.bluefin.decryptx.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDevice() - Method in class com.bluefin.decryptx.model.Meta
 
getDevicePayload() - Method in class com.bluefin.decryptx.model.ParserParam
 
getDeviceSerial() - Method in class com.bluefin.decryptx.model.ParserParam
 
getDeviceType() - Method in class com.bluefin.decryptx.model.ParserParam
 
getDiscretionary() - Method in class com.bluefin.decryptx.model.Extracted
 
getEncoding() - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
getEncoding() - Method in class com.bluefin.decryptx.model.Track
 
getEncrypted() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getErrCode() - Method in class com.bluefin.decryptx.model.DecryptxError
 
getErrMessage() - Method in class com.bluefin.decryptx.model.DecryptxError
 
getEXPY() - Method in class com.bluefin.decryptx.model.Extracted
 
getExtracted() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getFirmware() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getFirmware() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getFirstName() - Method in class com.bluefin.decryptx.model.Extracted
 
getHasCcData() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getHttpClient() - Method in class com.bluefin.decryptx.ApiClient
 
getKeyed() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getKsn() - Method in class com.bluefin.decryptx.model.ParserParam
 
getLength() - Method in class com.bluefin.decryptx.model.Track
 
getMasked() - Method in class com.bluefin.decryptx.model.Track
 
getMessage() - Method in class com.bluefin.decryptx.model.Decrypted
 
getMessage() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
getMessageId() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
getMessageId() - Method in class com.bluefin.decryptx.model.DecryptxError
 
getMessageId() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getMessageId() - Method in class com.bluefin.decryptx.model.ValidationResponse
 
getMeta() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getMode() - Method in class com.bluefin.decryptx.model.Meta
 
getName() - Method in class com.bluefin.decryptx.model.Decrypted
 
getName() - Method in class com.bluefin.decryptx.model.Encrypted
 
getName() - Method in class com.bluefin.decryptx.Pair
 
getObjectMapper() - Method in class com.bluefin.decryptx.ApiClient
Returns the current object mapper used for JSON serialization/deserialization.
getPAN() - Method in class com.bluefin.decryptx.model.Extracted
 
getPartnerId() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getPartnerId() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getPartnerId() - Method in class com.bluefin.decryptx.model.ParserParam
 
getPartnerId() - Method in class com.bluefin.decryptx.model.PartnerParam
 
getPartnerKey() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getPartnerKey() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getPartnerKey() - Method in class com.bluefin.decryptx.model.ParserParam
 
getPartnerKey() - Method in class com.bluefin.decryptx.model.PartnerParam
 
getReference() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getReference() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
getReference() - Method in class com.bluefin.decryptx.model.DecryptxError
 
getReference() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getReference() - Method in class com.bluefin.decryptx.model.ParserParam
 
getReference() - Method in class com.bluefin.decryptx.model.PartnerParam
 
getReference() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getReference() - Method in class com.bluefin.decryptx.model.ValidationResponse
 
getResponseBody() - Method in exception com.bluefin.decryptx.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in class com.bluefin.decryptx.ApiClient
Gets the response headers of the previous request
getResponseHeaders() - Method in exception com.bluefin.decryptx.ApiException
Get the HTTP response headers.
getSequenceNumber() - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
getSerial() - Method in class com.bluefin.decryptx.model.DecryptParam
 
getSerial() - Method in class com.bluefin.decryptx.model.DeviceParam
 
getSerial() - Method in class com.bluefin.decryptx.model.Meta
 
getServiceCode() - Method in class com.bluefin.decryptx.model.Extracted
 
getStatusCode() - Method in class com.bluefin.decryptx.ApiClient
Gets the status code of the previous request
getStreet() - Method in class com.bluefin.decryptx.model.Extracted
 
getSurname() - Method in class com.bluefin.decryptx.model.Extracted
 
getTlv() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getTrack1() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getTrack2() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getTrack2equivalent() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getTrack3() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
getValue() - Method in class com.bluefin.decryptx.model.Decrypted
 
getValue() - Method in class com.bluefin.decryptx.model.Encrypted
 
getValue() - Method in class com.bluefin.decryptx.Pair
 
getZIP() - Method in class com.bluefin.decryptx.model.Extracted
 

H

hasCcData(DecryptParam.HasCcDataEnum) - Method in class com.bluefin.decryptx.model.DecryptParam
Validation flag, that indicates if data should be checked for credit card numbers.
hashCode() - Method in class com.bluefin.decryptx.model.Decrypted
 
hashCode() - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
hashCode() - Method in class com.bluefin.decryptx.model.DecryptParam
 
hashCode() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
hashCode() - Method in class com.bluefin.decryptx.model.DecryptxError
 
hashCode() - Method in class com.bluefin.decryptx.model.DeviceParam
 
hashCode() - Method in class com.bluefin.decryptx.model.Encrypted
 
hashCode() - Method in class com.bluefin.decryptx.model.Extracted
 
hashCode() - Method in class com.bluefin.decryptx.model.Meta
 
hashCode() - Method in class com.bluefin.decryptx.model.ParserParam
 
hashCode() - Method in class com.bluefin.decryptx.model.PartnerParam
 
hashCode() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
hashCode() - Method in class com.bluefin.decryptx.model.TLV
 
hashCode() - Method in class com.bluefin.decryptx.model.Track
 
hashCode() - Method in class com.bluefin.decryptx.model.ValidationResponse
 

I

invokeAPI(String, String, List<Pair>, Object, Map<String, String>, Map<String, Object>, String, String, String[], GenericType<T>) - Method in class com.bluefin.decryptx.ApiClient
Invoke API by sending HTTP request with the given options.
isDebugging() - Method in class com.bluefin.decryptx.ApiClient
Check that whether debugging is enabled for this API client.
isDecryptxError(ApiException) - Static method in class com.bluefin.decryptx.ApiExceptionUtils
 
isFailed() - Method in class com.bluefin.decryptx.model.Decrypted
 
isJsonMime(String) - Method in class com.bluefin.decryptx.ApiClient
Check if the given MIME is a JSON MIME.
isSuccess() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
isSuccess() - Method in class com.bluefin.decryptx.model.DecryptxError
 
isSuccess() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
isSuccess() - Method in class com.bluefin.decryptx.model.ValidationResponse
 

J

join(String[], String) - Static method in class com.bluefin.decryptx.StringUtil
Join an array of strings with the given separator.

K

keyed(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
ksn(String) - Method in class com.bluefin.decryptx.model.ParserParam
The key sequence number (ksn) required to decrypt the card data.

L

length(Integer) - Method in class com.bluefin.decryptx.model.Track
The length of the decrypted track after it is converted to ASCII.

M

masked(String) - Method in class com.bluefin.decryptx.model.Track
The track data in plain ASCII with the important information masked.
message(String) - Method in class com.bluefin.decryptx.model.Decrypted
Human readable reason for the failure.
message(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
Human readable error message indicating why the call failed.
messageId(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
Bluefin assigned unique identifier for each response from the Decryptx API.
messageId(String) - Method in class com.bluefin.decryptx.model.DecryptxError
Numeric identifier generated by Decryptx API for each request.
messageId(String) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
Bluefin assigned unique identifier for each response from the Decryptx API.
messageId(String) - Method in class com.bluefin.decryptx.model.ValidationResponse
Bluefin assigned unique identifier for each response from the Decryptx API.
Meta - Class in com.bluefin.decryptx.model
Meta
Meta() - Constructor for class com.bluefin.decryptx.model.Meta
 
meta(Meta) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
mode(String) - Method in class com.bluefin.decryptx.model.Meta
The payload's input mode, either keyed or swiped.

N

name(String) - Method in class com.bluefin.decryptx.model.Decrypted
String identifier for the value to be decrypted.
name(String) - Method in class com.bluefin.decryptx.model.Encrypted
String identifier for the value to be decrypted.

P

Pair - Class in com.bluefin.decryptx
 
Pair(String, String) - Constructor for class com.bluefin.decryptx.Pair
 
PAN(String) - Method in class com.bluefin.decryptx.model.Extracted
The Primary Account Number extracted from the devicePayload.
parameterToPairs(String, String, Object) - Method in class com.bluefin.decryptx.ApiClient
 
parameterToString(Object) - Method in class com.bluefin.decryptx.ApiClient
Format the given parameter object into string.
parseDate(String) - Method in class com.bluefin.decryptx.ApiClient
Parse the given string into Date object.
ParserParam - Class in com.bluefin.decryptx.model
ParserParam
ParserParam() - Constructor for class com.bluefin.decryptx.model.ParserParam
 
ParserParam.DeviceTypeEnum - Enum in com.bluefin.decryptx.model
The type of device that generated the payload.
partnerId(String) - Method in class com.bluefin.decryptx.model.DecryptParam
ID provided by Bluefin for access to the Decryptx API.
partnerId(String) - Method in class com.bluefin.decryptx.model.DeviceParam
ID provided by Bluefin for access to the Decryptx API.
partnerId(String) - Method in class com.bluefin.decryptx.model.ParserParam
ID provided by Bluefin for access to the Decryptx API.
partnerId(String) - Method in class com.bluefin.decryptx.model.PartnerParam
ID provided by Bluefin for access to the Decryptx API.
partnerKey(String) - Method in class com.bluefin.decryptx.model.DecryptParam
API Key provided by Bluefin for access to the Decryptx API.
partnerKey(String) - Method in class com.bluefin.decryptx.model.DeviceParam
API Key provided by Bluefin for access to the Decryptx API.
partnerKey(String) - Method in class com.bluefin.decryptx.model.ParserParam
API Key provided by Bluefin for access to the Decryptx API.
partnerKey(String) - Method in class com.bluefin.decryptx.model.PartnerParam
API Key provided by Bluefin for access to the Decryptx API.
PartnerParam - Class in com.bluefin.decryptx.model
PartnerParam
PartnerParam() - Constructor for class com.bluefin.decryptx.model.PartnerParam
 
PayloadDecrypted - Class in com.bluefin.decryptx.model
PayloadDecrypted
PayloadDecrypted() - Constructor for class com.bluefin.decryptx.model.PayloadDecrypted
 
processPayload(ParserParam) - Method in class com.bluefin.decryptx.apis.DecryptxApi
x Extracts parameters from a device payload and decrypts track data on the Decryptx service.

R

rebuildHttpClient() - Method in class com.bluefin.decryptx.ApiClient
Build the Client used to make HTTP requests with the latest settings, i.e.
reference(String) - Method in class com.bluefin.decryptx.model.DecryptParam
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.DecryptxError
If a reference value was provided in the request, it will be returned in the response.
reference(String) - Method in class com.bluefin.decryptx.model.DeviceParam
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.ParserParam
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.PartnerParam
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
Up to 50 character string that identifies this request for the partner.
reference(String) - Method in class com.bluefin.decryptx.model.ValidationResponse
Up to 50 character string that identifies this request for the partner.

S

selectHeaderAccept(String[]) - Method in class com.bluefin.decryptx.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.bluefin.decryptx.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
sequenceNumber(String) - Method in class com.bluefin.decryptx.model.DecryptionParameters
Sequence number obtained from device in base 64 or hex encoded format.
serial(String) - Method in class com.bluefin.decryptx.model.DecryptParam
The serial number of the device.
serial(String) - Method in class com.bluefin.decryptx.model.DeviceParam
The serial number of the device.
serial(String) - Method in class com.bluefin.decryptx.model.Meta
The device serial number.
serialize(Object, String, Map<String, Object>) - Method in class com.bluefin.decryptx.ApiClient
Serialize the given Java object into string according the given Content-Type (only JSON is supported for now).
serviceCode(String) - Method in class com.bluefin.decryptx.model.Extracted
The service code extracted from a track one or track two if present in the decrypted data.
setApiClient(ApiClient) - Method in class com.bluefin.decryptx.apis.DecryptxApi
 
setAscii(String) - Method in class com.bluefin.decryptx.model.Track
 
setAuthenticationMethod(AuthenticationMethod, String, String) - Method in class com.bluefin.decryptx.ApiClient
 
setAuthenticationMethod(AuthenticationMethod, String, String) - Method in class com.bluefin.decryptx.apis.DecryptxApi
 
setBasePath(String) - Method in class com.bluefin.decryptx.ApiClient
 
setCbcVector(String) - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
setClientId(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setClientId(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setClientId(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setCode(String) - Method in class com.bluefin.decryptx.model.Decrypted
 
setCode(Integer) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setConnectTimeout(int) - Method in class com.bluefin.decryptx.ApiClient
Set the connect timeout (in milliseconds).
setCVV(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setDateFormat(DateFormat) - Method in class com.bluefin.decryptx.ApiClient
Set the date format used to parse/format date parameters.
setDebugging(boolean) - Method in class com.bluefin.decryptx.ApiClient
Enable/disable debugging for this API client.
setDecrypted(List<Decrypted>) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setDecrypted(String) - Method in class com.bluefin.decryptx.model.TLV
 
setDecrypted(String) - Method in class com.bluefin.decryptx.model.Track
 
setDecryptionParameters(DecryptionParameters) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setDefaultApiClient(ApiClient) - Static method in class com.bluefin.decryptx.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDevice(String) - Method in class com.bluefin.decryptx.model.Meta
 
setDevicePayload(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setDeviceSerial(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setDeviceType(ParserParam.DeviceTypeEnum) - Method in class com.bluefin.decryptx.model.ParserParam
 
setDiscretionary(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setEncoding(DecryptionParameters.EncodingEnum) - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
setEncoding(String) - Method in class com.bluefin.decryptx.model.Track
 
setEncrypted(List<Encrypted>) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setErrCode(Integer) - Method in class com.bluefin.decryptx.model.DecryptxError
 
setErrMessage(String) - Method in class com.bluefin.decryptx.model.DecryptxError
 
setEXPY(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setExtracted(Extracted) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setFailed(Boolean) - Method in class com.bluefin.decryptx.model.Decrypted
 
setFirmware(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setFirmware(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setFirstName(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setHasCcData(DecryptParam.HasCcDataEnum) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setHttpClient(Client) - Method in class com.bluefin.decryptx.ApiClient
 
setKeyed(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setKsn(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setLength(Integer) - Method in class com.bluefin.decryptx.model.Track
 
setMasked(String) - Method in class com.bluefin.decryptx.model.Track
 
setMessage(String) - Method in class com.bluefin.decryptx.model.Decrypted
 
setMessage(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setMessageId(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setMessageId(String) - Method in class com.bluefin.decryptx.model.DecryptxError
 
setMessageId(String) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setMessageId(String) - Method in class com.bluefin.decryptx.model.ValidationResponse
 
setMeta(Meta) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setMode(String) - Method in class com.bluefin.decryptx.model.Meta
 
setName(String) - Method in class com.bluefin.decryptx.model.Decrypted
 
setName(String) - Method in class com.bluefin.decryptx.model.Encrypted
 
setObjectMapper(ObjectMapper) - Method in class com.bluefin.decryptx.ApiClient
 
setPAN(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setPartnerId(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setPartnerId(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setPartnerId(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setPartnerId(String) - Method in class com.bluefin.decryptx.model.PartnerParam
 
setPartnerKey(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setPartnerKey(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setPartnerKey(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setPartnerKey(String) - Method in class com.bluefin.decryptx.model.PartnerParam
 
setReference(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setReference(String) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setReference(String) - Method in class com.bluefin.decryptx.model.DecryptxError
 
setReference(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setReference(String) - Method in class com.bluefin.decryptx.model.ParserParam
 
setReference(String) - Method in class com.bluefin.decryptx.model.PartnerParam
 
setReference(String) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setReference(String) - Method in class com.bluefin.decryptx.model.ValidationResponse
 
setSequenceNumber(String) - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
setSerial(String) - Method in class com.bluefin.decryptx.model.DecryptParam
 
setSerial(String) - Method in class com.bluefin.decryptx.model.DeviceParam
 
setSerial(String) - Method in class com.bluefin.decryptx.model.Meta
 
setServiceCode(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setStreet(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setSuccess(Boolean) - Method in class com.bluefin.decryptx.model.DecryptResponse
 
setSuccess(Boolean) - Method in class com.bluefin.decryptx.model.DecryptxError
 
setSuccess(Boolean) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setSuccess(Boolean) - Method in class com.bluefin.decryptx.model.ValidationResponse
 
setSurname(String) - Method in class com.bluefin.decryptx.model.Extracted
 
setTlv(TLV) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setTrack1(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setTrack2(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setTrack2equivalent(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setTrack3(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
setUserAgent(String) - Method in class com.bluefin.decryptx.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setValue(String) - Method in class com.bluefin.decryptx.model.Decrypted
 
setValue(String) - Method in class com.bluefin.decryptx.model.Encrypted
 
setZIP(String) - Method in class com.bluefin.decryptx.model.Extracted
 
street(String) - Method in class com.bluefin.decryptx.model.Extracted
The house number extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)
StringUtil - Class in com.bluefin.decryptx
 
StringUtil() - Constructor for class com.bluefin.decryptx.StringUtil
 
success(Boolean) - Method in class com.bluefin.decryptx.model.DecryptResponse
Signified if Validation was successful or not
success(Boolean) - Method in class com.bluefin.decryptx.model.DecryptxError
True for successful calls, false for failed calls.
success(Boolean) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
Signified if Decryption was successful or not
success(Boolean) - Method in class com.bluefin.decryptx.model.ValidationResponse
Signified if validation was successful or not
surname(String) - Method in class com.bluefin.decryptx.model.Extracted
The SurName (last name) extracted from the devicePayload

T

tlv(TLV) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
TLV - Class in com.bluefin.decryptx.model
TLV
TLV() - Constructor for class com.bluefin.decryptx.model.TLV
 
toString() - Method in class com.bluefin.decryptx.model.Decrypted
 
toString() - Method in enum com.bluefin.decryptx.model.DecryptionParameters.EncodingEnum
 
toString() - Method in class com.bluefin.decryptx.model.DecryptionParameters
 
toString() - Method in enum com.bluefin.decryptx.model.DecryptParam.HasCcDataEnum
 
toString() - Method in class com.bluefin.decryptx.model.DecryptParam
 
toString() - Method in class com.bluefin.decryptx.model.DecryptResponse
 
toString() - Method in class com.bluefin.decryptx.model.DecryptxError
 
toString() - Method in class com.bluefin.decryptx.model.DeviceParam
 
toString() - Method in class com.bluefin.decryptx.model.Encrypted
 
toString() - Method in class com.bluefin.decryptx.model.Extracted
 
toString() - Method in class com.bluefin.decryptx.model.Meta
 
toString() - Method in enum com.bluefin.decryptx.model.ParserParam.DeviceTypeEnum
 
toString() - Method in class com.bluefin.decryptx.model.ParserParam
 
toString() - Method in class com.bluefin.decryptx.model.PartnerParam
 
toString() - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
toString() - Method in class com.bluefin.decryptx.model.TLV
 
toString() - Method in class com.bluefin.decryptx.model.Track
 
toString() - Method in class com.bluefin.decryptx.model.ValidationResponse
 
Track - Class in com.bluefin.decryptx.model
Track
Track() - Constructor for class com.bluefin.decryptx.model.Track
 
track1(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
track2(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
track2equivalent(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 
track3(Track) - Method in class com.bluefin.decryptx.model.PayloadDecrypted
 

V

validateDevice(DeviceParam) - Method in class com.bluefin.decryptx.apis.DecryptxApi
x Validates Devices on Decryptx This endpoint allows a partner to validate that a device is correctly registered and is functioning correctly.
validatePartner(PartnerParam) - Method in class com.bluefin.decryptx.apis.DecryptxApi
x Validates Partners on Decryptx This endpoint allows a partner to validate their credentials to access the Decryptx API.
ValidationResponse - Class in com.bluefin.decryptx.model
ValidationResponse
ValidationResponse() - Constructor for class com.bluefin.decryptx.model.ValidationResponse
 
value(String) - Method in class com.bluefin.decryptx.model.Decrypted
Base64 or hex encoded encrypted data retrieved from device.
value(String) - Method in class com.bluefin.decryptx.model.Encrypted
Base64 or hex encoded encrypted data retrieved from device.
valueOf(String) - Static method in enum com.bluefin.decryptx.AuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluefin.decryptx.model.DecryptionParameters.EncodingEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluefin.decryptx.model.DecryptParam.HasCcDataEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluefin.decryptx.model.ParserParam.DeviceTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bluefin.decryptx.AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluefin.decryptx.model.DecryptionParameters.EncodingEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluefin.decryptx.model.DecryptParam.HasCcDataEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluefin.decryptx.model.ParserParam.DeviceTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZIP(String) - Method in class com.bluefin.decryptx.model.Extracted
The zip number extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)
A B C D E F G H I J K L M N P R S T V Z 
Skip navigation links

Copyright © 2018. All rights reserved.