Package | Description |
---|---|
com.bluefin.decryptx.model |
Modifier and Type | Method and Description |
---|---|
Track |
Track.ascii(String ascii)
The decrypted track value converted to an ASCII string.
|
Track |
Track.decrypted(String decrypted)
String that represents the decrypted track value which is extracted from the device payload.
|
Track |
Track.encoding(String encoding)
The encoding of decrypted track data; either 'hex' or 'base64'.
|
Track |
PayloadDecrypted.getKeyed() |
Track |
PayloadDecrypted.getTrack1() |
Track |
PayloadDecrypted.getTrack2() |
Track |
PayloadDecrypted.getTrack2equivalent() |
Track |
PayloadDecrypted.getTrack3() |
Track |
Track.length(Integer length)
The length of the decrypted track after it is converted to ASCII.
|
Track |
Track.masked(String masked)
The track data in plain ASCII with the important information masked.
|
Modifier and Type | Method and Description |
---|---|
PayloadDecrypted |
PayloadDecrypted.keyed(Track keyed) |
void |
PayloadDecrypted.setKeyed(Track keyed) |
void |
PayloadDecrypted.setTrack1(Track track1) |
void |
PayloadDecrypted.setTrack2(Track track2) |
void |
PayloadDecrypted.setTrack2equivalent(Track track2equivalent) |
void |
PayloadDecrypted.setTrack3(Track track3) |
PayloadDecrypted |
PayloadDecrypted.track1(Track track1) |
PayloadDecrypted |
PayloadDecrypted.track2(Track track2) |
PayloadDecrypted |
PayloadDecrypted.track2equivalent(Track track2equivalent) |
PayloadDecrypted |
PayloadDecrypted.track3(Track track3) |
Copyright © 2018. All rights reserved.