com.intel.security.dalinterface
Class TransactionData
- java.lang.Object
-
- com.intel.security.dalinterface.TransactionData
-
public final class TransactionData extends java.lang.Object
class TransactionData implements Synchronous Session SendAndReceive API data container
-
-
Field Summary
Fields Modifier and Type Field and Description int
appletResponseCode
Response Code: 0-response from Trusted App; 1-response from JHI SWint
maxResponseLength
Maximum response data size; should be initialized by userbyte[]
request
data, send to Trusted App; should be initialized by userbyte[]
response
data, received from Trusted App
-
Constructor Summary
Constructors Constructor and Description TransactionData()
-
-
-
Field Detail
-
response
public byte[] response
data, received from Trusted App
-
request
public byte[] request
data, send to Trusted App; should be initialized by user
-
maxResponseLength
public int maxResponseLength
Maximum response data size; should be initialized by user
-
appletResponseCode
public int appletResponseCode
Response Code: 0-response from Trusted App; 1-response from JHI SW
-
-