CardReaderAPDURequest |
CardReaderAPDURequest.apDUClass(byte[] apDUClass) |
Class field of the APDU command (CLA).
|
CardReaderAPDURequest |
CardReaderAPDURequest.apDUData(byte[] apDUData) |
Data field of the APDU command (Lc + Data).
|
CardReaderAPDURequest |
CardReaderAPDURequest.apDUExpectedLength(byte[] apDUExpectedLength) |
Expected length of the data field of the APDU response to the command (Le).
|
CardReaderAPDURequest |
CardReaderAPDURequest.apDUInstruction(byte[] apDUInstruction) |
Instruction field of the APDU command (INS).
|
CardReaderAPDURequest |
CardReaderAPDURequest.apDUPar1(byte[] apDUPar1) |
Parameter 1 field of the APDU command (P1).
|
CardReaderAPDURequest |
CardReaderAPDURequest.apDUPar2(byte[] apDUPar2) |
Parameter 2 field of the APDU command(P2).
|
static CardReaderAPDURequest |
CardReaderAPDURequest.fromJson(String jsonString) |
Create an instance of CardReaderAPDURequest given an JSON string
|
CardReaderAPDURequest |
SaleToPOIRequest.getCardReaderAPDURequest() |
Get cardReaderAPDURequest
|
CardReaderAPDURequest |
CardReaderAPDURequest.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|