- AesTrackData - Class in com.acs.audiojack
-
The AesTrackData
class represents the track data after swiping a
card from the reader using AES mode.
- AesTrackData() - Constructor for class com.acs.audiojack.AesTrackData
-
Creates an instance of AesTrackData
.
- AesTrackData(byte[]) - Constructor for class com.acs.audiojack.AesTrackData
-
Initializes the track data from the byte array.
- AesTrackData(byte[], int, int) - Constructor for class com.acs.audiojack.AesTrackData
-
Initializes the track data from the byte array.
- AudioJackReader - Class in com.acs.audiojack
-
The AudioJackReader
class represents ACS audio jack readers.
- AudioJackReader(AudioManager) - Constructor for class com.acs.audiojack.AudioJackReader
-
Creates an instance of AudioJackReader
.
- AudioJackReader(AudioManager, boolean) - Constructor for class com.acs.audiojack.AudioJackReader
-
Creates an instance of AudioJackReader
with the mute option.
- AudioJackReader.OnAuthCompleteListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader
authentication is complete.
- AudioJackReader.OnCustomIdAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the custom ID.
- AudioJackReader.OnDeviceIdAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the device ID.
- AudioJackReader.OnDukptOptionAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the DUKPT option.
- AudioJackReader.OnFirmwareVersionAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the firmware version.
- AudioJackReader.OnPiccAtrAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the ATR from PICC.
- AudioJackReader.OnPiccResponseApduAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the response APDU from PICC.
- AudioJackReader.OnRawDataAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the raw data.
- AudioJackReader.OnResetCompleteListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader reset
is complete.
- AudioJackReader.OnResultAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the result.
- AudioJackReader.OnStatusAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the status.
- AudioJackReader.OnTrackDataAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the track data.
- AudioJackReader.OnTrackDataNotificationListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader
notifies the track data.
- AudioJackReader.OnTrackDataOptionAvailableListener - Interface in com.acs.audiojack
-
Interface definition for a callback to be invoked when the reader sends
the track data option.
- AUTH_ERROR_FAILURE - Static variable in class com.acs.audiojack.AudioJackReader
-
Authentication failure.
- AUTH_ERROR_SUCCESS - Static variable in class com.acs.audiojack.AudioJackReader
-
Authentication success.
- AUTH_ERROR_TIMEOUT - Static variable in class com.acs.audiojack.AudioJackReader
-
Authentication timeout.
- authenticate(byte[]) - Method in class com.acs.audiojack.AudioJackReader
-
Authenticates the reader.
- authenticate(byte[], AudioJackReader.OnAuthCompleteListener) - Method in class com.acs.audiojack.AudioJackReader
-
Authenticates the reader.