public class Track extends Object implements Serializable
Constructor and Description |
---|
Track() |
Modifier and Type | Method and Description |
---|---|
Track |
ascii(String ascii)
The decrypted track value converted to an ASCII string.
|
Track |
decrypted(String decrypted)
String that represents the decrypted track value which is extracted from the device payload.
|
Track |
encoding(String encoding)
The encoding of decrypted track data; either 'hex' or 'base64'.
|
boolean |
equals(Object o) |
String |
getAscii() |
String |
getDecrypted() |
String |
getEncoding() |
Integer |
getLength() |
String |
getMasked() |
int |
hashCode() |
Track |
length(Integer length)
The length of the decrypted track after it is converted to ASCII.
|
Track |
masked(String masked)
The track data in plain ASCII with the important information masked.
|
void |
setAscii(String ascii) |
void |
setDecrypted(String decrypted) |
void |
setEncoding(String encoding) |
void |
setLength(Integer length) |
void |
setMasked(String masked) |
String |
toString() |
public Track decrypted(String decrypted)
public String getDecrypted()
public void setDecrypted(String decrypted)
public String getAscii()
public void setAscii(String ascii)
public Track encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
public Track length(Integer length)
public Integer getLength()
public void setLength(Integer length)
public Track masked(String masked)
public String getMasked()
public void setMasked(String masked)
Copyright © 2018. All rights reserved.