public interface IPoyntDataEncryptionListener
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntDataEncryptionListener.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(PoyntError poyntError) |
void |
onSuccess(byte[] encryptedData,
java.lang.String ksn,
byte[] initializationVector,
java.lang.String track1Ksn,
java.lang.String checkValueKsn) |
void onSuccess(byte[] encryptedData,
java.lang.String ksn,
byte[] initializationVector,
java.lang.String track1Ksn,
java.lang.String checkValueKsn)
throws android.os.RemoteException
android.os.RemoteExceptionvoid onError(PoyntError poyntError) throws android.os.RemoteException
android.os.RemoteException