Package | Description |
---|---|
com.bluefin.decryptx.model |
Modifier and Type | Method and Description |
---|---|
Extracted |
Extracted.CVV(String CVV)
The Card Verification Value extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)
|
Extracted |
Extracted.discretionary(String discretionary)
The discretionary data extracted from a track one or track two if present in the decrypted data.
|
Extracted |
Extracted.EXPY(String EXPY)
The Expiration Date extracted from the devicePayload in MMYY format
|
Extracted |
Extracted.firstName(String firstName)
The First Name extracted from the devicePayload
|
Extracted |
PayloadDecrypted.getExtracted() |
Extracted |
Extracted.PAN(String PAN)
The Primary Account Number extracted from the devicePayload.
|
Extracted |
Extracted.serviceCode(String serviceCode)
The service code extracted from a track one or track two if present in the decrypted data.
|
Extracted |
Extracted.street(String street)
The house number extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)
|
Extracted |
Extracted.surname(String surname)
The SurName (last name) extracted from the devicePayload
|
Extracted |
Extracted.ZIP(String ZIP)
The zip number extracted from the devicePayload if applicable from certain devices (e.g., IDTECH SREDKey device)
|
Modifier and Type | Method and Description |
---|---|
PayloadDecrypted |
PayloadDecrypted.extracted(Extracted extracted) |
void |
PayloadDecrypted.setExtracted(Extracted extracted) |
Copyright © 2018. All rights reserved.