Response
An APDU response per ISO/IEC 7816-4. It consists of a conditional body and a two byte trailer. This class does not attempt to semantically verify an APDU response.
See also
ResponseType
-
Initialize APDU response with raw Data.
-
Success response [0x9000]
-
Convenience initializer for APDU repsonses that come in three parts
Throws
APDU.Error -
The response body
See also
ResponseType.data -
The response body length
See also
ResponseType.nr -
The response status word - upper byte
See also
ResponseType.sw1 -
The response status word - lower byte
See also
ResponseType.sw2 -
The response status word
See also
ResponseType.sw
View on GitHub
Response Structure Reference